ClientWebSocketOptions.CollectHttpResponseDetails Property

Definition

Gets or sets a value that indicates whether HttpStatusCode and HttpResponseHeaders should be set when establishing the connection.

public:
 property bool CollectHttpResponseDetails { bool get(); void set(bool value); };
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public bool CollectHttpResponseDetails { get; set; }
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.CollectHttpResponseDetails : bool with get, set
Public Property CollectHttpResponseDetails As Boolean

Property Value

Attributes

Applies to