Vanara/Net
David Hall 7943e4da5d Updated DistributedRoutingTable with DRT changes 2022-10-11 20:28:16 -06:00
..
DhcpClient.cs Added new Vanara.Net assembly with support for DNS services and DHCP clients. 2022-09-16 10:49:26 -06:00
DistributedRoutingTable.cs Updated DistributedRoutingTable with DRT changes 2022-10-11 20:28:16 -06:00
DnsService.cs Updated BackgroundCopyJob to force all errors related to event subscription due to permissions into the event add process and (BREAKING CHANGE) removed calls to Complete and Cancel within Dispose method to prevent unintended consquences. 2022-09-22 14:57:46 -06:00
Vanara.Net.csproj Updated project files 2022-10-03 13:09:25 -06:00
pkgreadme.md Updated project files 2022-10-03 13:09:25 -06:00
readme.md Updated project files 2022-10-03 13:09:25 -06:00

readme.md

Assembly report for Vanara.Net.dll

Abstracted classes around Win32 networking functions to provide simplified and object-oriented access to key networking capabilities like DNS, DHCP, filtering, access, and discovery.

Classes

Class Description
Vanara.Net.CustomDnsBootstapper DNS Bootstrapper
Vanara.Net.DhcpClient Encapsulates the functions and properties for a DHCP client.
Vanara.Net.DistributedRoutingTable Represents a distributed routing table from Win32.
Vanara.Net.DnsService Represents a DNS service.
Vanara.Net.DrtBootstrapProvider Abstract base class for a custom DRT bootstrap provider.
Vanara.Net.DrtCustomBootstrapProvider Abstract base class for a custom DRT bootstrap provider.
Vanara.Net.DrtCustomSecurityProvider Abstract base class for a custom DRT security provider.
Vanara.Net.DrtSecurityProvider Base class for a DRT security provider.