Skip to content

Represents a network connection along with authentication to a network share

License

Notifications You must be signed in to change notification settings

baruchiro/NetworkConnection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetworkConnection

Represents a network connection along with authentication to a network share.

Nuget Publish Nuget

Based on Daniel Hilgarth's answer from Stack Overflow.

Usage

using(new NetworkConnection(_directoryPath, new NetworkCredential(_userName, _password)))
{
    File.Copy(localPath, _directoryPath);
}

About

Represents a network connection along with authentication to a network share

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages