ProxySettings Constructor (String, Int32, String, String)

IT Hit WebDAV for .NET

Initializes a new instance of ProxySettings class with the specified host, port number and credentials.

[Visual Basic]
Overloads Public Sub New( _
   ByVal host As String, _
   ByVal port As Integer, _
   ByVal userName As String, _
   ByVal password As String _
)
[C#]
public ProxySettings(
   string host,
   int port,
   string userName,
   string password
);

Parameters

host
The name of the proxy host.
port
The port number on Host to use.
userName
Proxy user name.
password
Proxy password.

See Also

ProxySettings Class | ITHit.MapWebDAVDrive.Core Namespace | ProxySettings Constructor Overload List