ProvisioningClientAmqpSettings.ClientWebSocket 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.
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
Azure SDK for .NET