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 _
)
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