Capabilities.WebSocketVersion Property
Gets or sets the websocket version.
Namespace: Microsoft.Owin.BuilderProperties
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public string WebSocketVersion { get; set; }
public:
property String^ WebSocketVersion {
String^ get();
void set(String^ value);
}
member WebSocketVersion : string with get, set
Public Property WebSocketVersion As String
Property Value
Type: System.String
The websocket version.
See Also
Capabilities Structure
Microsoft.Owin.BuilderProperties Namespace
Return to top