ClientWebSocketFactory.WebSocketVersion Property      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.