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

属性

适用于