ClientWebSocketFactory.WebSocketVersion Property

Definition

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

Property Value

The version of the web socket factory.

Applies to