Click or drag to resize
DriveConnection Constructor
Overload List
  NameDescription
Public methodDriveConnection(String)
Creates a temporary connection to a network resource. The function can redirect a local device to a network resource, using the current user credentials.
Public methodDriveConnection(String, NetworkCredential, Boolean)
Creates a temporary connection to a network resource. The function can redirect a local device to a network resource, NetworkCredential can be supplied.
Public methodDriveConnection(String, String, String, Boolean)
Creates a temporary connection to a network resource. The function can redirect a local device to a network resource, using a user name and password.
Top
See Also