ClientWebSocketFactory.WebSocketVersion 属性

定义

获取网络套接字工厂的版本。Gets the version of the web socket factory.

public:
 abstract property System::String ^ WebSocketVersion { System::String ^ get(); };
public abstract string WebSocketVersion { get; }
member this.WebSocketVersion : string
Public MustOverride ReadOnly Property WebSocketVersion As String

属性值

String

网络套接字工厂的版本。The version of the web socket factory.

适用于