WebBrowser SetProxy Method C# API
Sets the proxy server address and port.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public virtual void SetProxy(
	string proxy,
	int port
)

Parameters

proxy
Type: System String
The IP address or domain of the proxy server.
port
Type: System Int32
The port number of the proxy server.
Remarks

Browsers often access target web servers via a proxy server.
See Also