AspNetWebSocketContext.SecWebSocketVersion 属性
定义
获取 AspNetWebSocket 连接必须使用的 WebSocket 协议的版本。Gets the version of the WebSocket protocol that an AspNetWebSocket connection must use.
public:
virtual property System::String ^ SecWebSocketVersion { System::String ^ get(); };
public override string SecWebSocketVersion { get; }
member this.SecWebSocketVersion : string
Public Overrides ReadOnly Property SecWebSocketVersion As String
属性值
WebSocket 子协议的指定版本。The specified version of the WebSocket protocol.
例外
未实现该属性。The property is not implemented.