ClientWebSocketOptions45.Proxy Property
Namespace: Microsoft.ServiceBus.Relay.WebSockets
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
Syntax
public IWebProxy Proxy { get; set; }
public:
property IWebProxy^ Proxy {
IWebProxy^ get();
void set(IWebProxy^ value);
}
member Proxy : IWebProxy with get, set
Public Property Proxy As IWebProxy
Property Value
Type: System.Net.IWebProxy
See Also
ClientWebSocketOptions45 Class
Microsoft.ServiceBus.Relay.WebSockets Namespace
Return to top