共用方式為


ClientWebSocketOptions.HttpVersion 屬性

定義

取得或設定要使用的 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

屬性

適用於