HttpMessage.Response Property

Definition

Gets the Response associated with this message. Throws an exception if it wasn't set yet. To avoid the exception use HasResponse property to check.

public Azure.Response Response { get; set; }
member this.Response : Azure.Response with get, set
Public Property Response As Response

Property Value

Applies to