ClientWebSocketOptions.HttpVersion 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要使用的 HTTP 版本。
public:
property Version ^ HttpVersion { Version ^ get(); void set(Version ^ value); };
public Version HttpVersion { get; [System.Runtime.Versioning.UnsupportedOSPlatform("browser")] set; }
[<set: System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.HttpVersion : Version with get, set
Public Property HttpVersion As Version
屬性值
HTTP 訊息版本。 預設值是 1.1
。
- 屬性