Click or drag to resize

HostConnectTo Method (String, NetworkCredential, Boolean, Boolean, Boolean)

Creates a connection to a network resource.

Namespace:  Alphaleonis.Win32.Network
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static void ConnectTo(
	string remoteName,
	NetworkCredential credentials,
	bool prompt,
	bool updateProfile,
	bool saveCredentials
)

Parameters

remoteName
Type: SystemString
A network resource to connect to, for example: \\server or \\server\share.
credentials
Type: System.NetNetworkCredential
An instance of NetworkCredential which provides credentials for password-based authentication schemes such as basic, digest, NTLM, and Kerberos authentication.
prompt
Type: SystemBoolean
always pops-up an authentication dialog box.
updateProfile
Type: SystemBoolean
successful network resource connections will be saved.
saveCredentials
Type: SystemBoolean
When the operating system prompts for a credential, the credential should be saved by the credential manager when true.
Exceptions
ExceptionCondition
NetworkInformationException
See Also