Click or drag to resize

ProxySettings Constructor (String, Int32, String, String)

IT Hit WebDAV Classes Reference
Initializes a new instance of ProxySettings class with the specified host, port number and credentials.

Namespace:  ITHit.MapWebDAVDrive.Core
Assembly:  ITHit.MapWebDAVDrive.Core (in ITHit.MapWebDAVDrive.Core.dll) Version: 1.3.997.0 (1.3.997.0)
Syntax
public ProxySettings(
	string host,
	int port,
	string userName,
	string password
)

Parameters

host
Type: SystemString
The name of the proxy host.
port
Type: SystemInt32
The port number on Host to use.
userName
Type: SystemString
Proxy user name.
password
Type: SystemString
Proxy password.
See Also