SkillAgentSearch skills...

NetworkConnection

Represents a network connection along with authentication to a network share

Install / Use

/learn @baruchiro/NetworkConnection
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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);
}

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated1y ago
Forks6

Languages

C#

Security Score

75/100

Audited on Mar 11, 2025

No findings