Capabilities.WebSocketVersion Property

Gets or sets the web socket version.

Namespace:  Microsoft.Owin.BuilderProperties
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public Property WebSocketVersion As String 
    Get 
    Set
'Usage
Dim instance As Capabilities 
Dim value As String 

value = instance.WebSocketVersion

instance.WebSocketVersion = value
public string WebSocketVersion { get; set; }
public:
property String^ WebSocketVersion {
    String^ get ();
    void set (String^ value);
}
member WebSocketVersion : string with get, set
function get WebSocketVersion () : String 
function set WebSocketVersion (value : String)

Property Value

Type: System.String
The version of the web socket.

See Also

Reference

Capabilities Structure

Microsoft.Owin.BuilderProperties Namespace