Compartilhar via


HttpConnectionOptions.WebSocketConfiguration Propriedade

Definição

Obtém ou define um delegado que será invocado com o ClientWebSocketOptions objeto usado para configurar o WebSocket ao usar o transporte 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 da propriedade

Comentários

Esse delegado é invocado depois que cabeçalhos de Headers e o token de acesso de AccessTokenProvider foi aplicado.

Se ClientWebSocketOptions.HttpVersion estiver definido como 2.0 ou superior, algumas opções como Cookies não serão aplicadas. Em vez disso, use Cookies ou a opção correspondente em HttpConnectionOptions.

Aplica-se a