HttpConnectionDispatcherOptions.WebSockets 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 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