Dela via


EventHubConnectionOptions.Proxy Property

Definition

The proxy to use for communication over web sockets.

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

Property Value

Remarks

A proxy cannot be used for communication over TCP; if the TransportType is not set to AmqpWebSockets, specifying a proxy is invalid.

Applies to