EasyWakeOnLan 3.0.31
Easy implementation of a Wake On Lan client to NET Standard
Install-Package EasyWakeOnLan -Version 3.0.31
dotnet add package EasyWakeOnLan --version 3.0.31
<PackageReference Include="EasyWakeOnLan" Version="3.0.31" />
paket add EasyWakeOnLan --version 3.0.31
EasyWakeOnLan
This is a little example of the usage of EasyWakeOnLan that can be usable by including the reference to EasyWakeOnLan.dll, but the easiest mode is including the reference to this library as nuget packet
SourceLink
After version 3.0.16
supports debugging with SourceLink
Usage Sync
string Mac = ...Get the Mac Address....
//Instance the class
var wolClient= new EasyWakeOnLanClient();
//Wake the remote PC
wolClient.Wake(Mac);
Usage Async
string Mac = ...Get the Mac Address....
//Instance the class
var wolClient = new EasyWakeOnLanClient();
//Wake the remote PC
await wolClient.WakeAsync(Mac);
Dependency Inyection
Register IEasyWakeOnLanCient
using EasyWakeOnLanCient
EasyWakeOnLan
This is a little example of the usage of EasyWakeOnLan that can be usable by including the reference to EasyWakeOnLan.dll, but the easiest mode is including the reference to this library as nuget packet
SourceLink
After version 3.0.16
supports debugging with SourceLink
Usage Sync
string Mac = ...Get the Mac Address....
//Instance the class
var wolClient= new EasyWakeOnLanClient();
//Wake the remote PC
wolClient.Wake(Mac);
Usage Async
string Mac = ...Get the Mac Address....
//Instance the class
var wolClient = new EasyWakeOnLanClient();
//Wake the remote PC
await wolClient.WakeAsync(Mac);
Dependency Inyection
Register IEasyWakeOnLanCient
using EasyWakeOnLanCient
Dependencies
-
.NETStandard 1.5
- NETStandard.Library (>= 1.6.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.