C-DEngine 5.105

WebSocket..::..SetProxy Method

Sets an HTTP proxy server URL to connect through, and if necessary, a pair of username and password for the proxy server authentication (Basic/Digest).

Namespace:  WebSocketSharp
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public void SetProxy(
	string url,
	string username,
	string password
)
Public Sub SetProxy ( _
	url As String, _
	username As String, _
	password As String _
)
public:
void SetProxy(
	String^ url, 
	String^ username, 
	String^ password
)

Parameters

url
Type: String
A String that represents the proxy server URL to connect through.
username
Type: String
A String that represents the user name used to authenticate.
password
Type: String
A String that represents the password for username used to authenticate.