ProxyForCivetAPI..::..Set Method

设置访问服务器代理

Namespace:  PDSS.CivetPublic.User
Assembly:  PDSS.CivetPublic.User (in PDSS.CivetPublic.User.dll)

Syntax


public static void Set(
	string Host,
	int Port,
	string Username,
	string Password
)
Public Shared Sub Set ( _
	Host As String, _
	Port As Integer, _
	Username As String, _
	Password As String _
)
public:
static void Set(
	String^ Host, 
	int^ Port, 
	String^ Username, 
	String^ Password
)

Parameters

Host
Type: String
代理服务器地址
Port
Type: Int32
端口
Username
Type: String
帐号
Password
Type: String
密码