HttpConnectionDispatcherOptions.WebSockets Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene l'oggetto WebSocketOptions utilizzato dal trasporto web sockets.
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