Share via


HttpConnectionDispatcherOptions.WebSockets Property

Definition

Gets the WebSocketOptions used by the web sockets transport.

public:
 property Microsoft::AspNetCore::Http::Connections::WebSocketOptions ^ WebSockets { Microsoft::AspNetCore::Http::Connections::WebSocketOptions ^ get(); };
public Microsoft.AspNetCore.Http.Connections.WebSocketOptions WebSockets { get; }
member this.WebSockets : Microsoft.AspNetCore.Http.Connections.WebSocketOptions
Public ReadOnly Property WebSockets As WebSocketOptions

Property Value

Applies to