Vanara/Net
David Hall 6d4a2877dc Added nullability to Vanara.Net 2023-09-04 13:29:22 -06:00
..
DhcpClient.cs Added nullability to Vanara.Net 2023-09-04 13:29:22 -06:00
DistributedRoutingTable.cs Added nullability to Vanara.Net 2023-09-04 13:29:22 -06:00
DnsService.cs Added nullability to DnsApi 2023-08-28 17:48:52 -06:00
Vanara.Net.csproj Updated project files 2022-10-25 11:24:54 -06:00
pkgreadme.md Updated project files 2022-10-25 11:24:54 -06:00
readme.md Updated project files 2022-10-25 11:24:54 -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.DrtEventArgs Abstract base class for DRT event arguments.
Vanara.Net.DrtLeafSetKeyChangeEventArgs Arguments associated with a DRT leaf set key change event.
Vanara.Net.DrtRegistrationStateChangeEventArgs Arguments associated with a DRT registration state change event.
Vanara.Net.DrtSecurityProvider Base class for a DRT security provider.
Vanara.Net.DrtStatusChangeEventArgs Arguments associated with a DRT status change event.