OwinFeatureCollection.SupportsWebSockets Property

Definition

Gets or sets if the underlying server supports WebSockets. This is enabled by default. The value should be consistent across requests.

public:
 property bool SupportsWebSockets { bool get(); void set(bool value); };
public bool SupportsWebSockets { get; set; }
member this.SupportsWebSockets : bool with get, set
Public Property SupportsWebSockets As Boolean

Property Value

Applies to