Click or drag to resize
HostConnectTo Method (String)
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
)

Parameters

remoteName
Type: SystemString
A network resource to connect to, for example: \\server or \\server\share.
Exceptions
ExceptionCondition
NetworkInformationException
See Also