Share via


ProvisioningClientAmqpSettings.ClientWebSocket Property

Definition

The client web socket to use when communicating over web sockets.

public System.Net.WebSockets.ClientWebSocket ClientWebSocket { get; set; }
member this.ClientWebSocket : System.Net.WebSockets.ClientWebSocket with get, set
Public Property ClientWebSocket As ClientWebSocket

Property Value

Remarks

This option is ignored for TCP connections.

If not provided, a client web socket instance will be created for you based on the other settings provided in this class. If provided, all other web socket level options set in this class will be ignored (WebSocketKeepAlive, proxy, and x509 certificates, for example).

Applies to