Compartir a través de


HttpConnectionOptions.WebSocketConfiguration Propiedad

Definición

Obtiene o establece un delegado que se invocará con el ClientWebSocketOptions objeto utilizado para configurar WebSocket al usar el transporte de WebSockets.

public:
 property Action<System::Net::WebSockets::ClientWebSocketOptions ^> ^ WebSocketConfiguration { Action<System::Net::WebSockets::ClientWebSocketOptions ^> ^ get(); void set(Action<System::Net::WebSockets::ClientWebSocketOptions ^> ^ value); };
public Action<System.Net.WebSockets.ClientWebSocketOptions> WebSocketConfiguration { get; set; }
public Action<System.Net.WebSockets.ClientWebSocketOptions>? WebSocketConfiguration { get; set; }
member this.WebSocketConfiguration : Action<System.Net.WebSockets.ClientWebSocketOptions> with get, set
Public Property WebSocketConfiguration As Action(Of ClientWebSocketOptions)

Valor de propiedad

Comentarios

Este delegado se invoca después de aplicar los encabezados de Headers y el token de acceso de AccessTokenProvider .

Si ClientWebSocketOptions.HttpVersion se establece 2.0 en o superior, algunas opciones como Cookies no se aplicarán. En su lugar, use Cookies o la opción correspondiente en HttpConnectionOptions.

Se aplica a