ClientWebSocketOptions.CollectHttpResponseDetails 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示建立連線時是否 HttpStatusCode 應該設定 和 HttpResponseHeaders 。
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
屬性值
- 屬性