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
)
Public Sub New (
host As String,
port As Integer,
userName As String,
password As String
)
public:
ProxySettings(
String^ host,
int port,
String^ userName,
String^ password
)
new :
host : string *
port : int *
userName : string *
password : string -> ProxySettings
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