ClientWebSocketOptions::Proxy Property

.NET Framework (current version)
 

Gets or sets the proxy for WebSocket requests.

Namespace:   System.Net.WebSockets
Assembly:  System (in System.dll)

public:
property IWebProxy^ Proxy {
	IWebProxy^ get();
	void set(IWebProxy^ value);
}

Property Value

Type: System.Net::IWebProxy^

Returns IWebProxy.

The proxy for WebSocket requests.

.NET Framework
Available since 4.5
Return to top
Show: