Vanara/Net/readme.md

18 lines
2.1 KiB
Markdown
Raw Normal View History

2022-09-16 17:04:32 -04:00
## 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
---- | ----
2022-10-03 15:09:25 -04:00
[Vanara.Net.CustomDnsBootstapper](https://github.com/dahall/Vanara/search?l=C%23&q=CustomDnsBootstapper) | DNS Bootstrapper
[Vanara.Net.DhcpClient](https://github.com/dahall/Vanara/search?l=C%23&q=DhcpClient) | Encapsulates the functions and properties for a DHCP client.
[Vanara.Net.DistributedRoutingTable](https://github.com/dahall/Vanara/search?l=C%23&q=DistributedRoutingTable) | Represents a distributed routing table from Win32.
[Vanara.Net.DnsService](https://github.com/dahall/Vanara/search?l=C%23&q=DnsService) | Represents a DNS service.
[Vanara.Net.DrtBootstrapProvider](https://github.com/dahall/Vanara/search?l=C%23&q=DrtBootstrapProvider) | Abstract base class for a custom DRT bootstrap provider.
[Vanara.Net.DrtCustomBootstrapProvider](https://github.com/dahall/Vanara/search?l=C%23&q=DrtCustomBootstrapProvider) | Abstract base class for a custom DRT bootstrap provider.
[Vanara.Net.DrtCustomSecurityProvider](https://github.com/dahall/Vanara/search?l=C%23&q=DrtCustomSecurityProvider) | Abstract base class for a custom DRT security provider.
2022-10-25 13:24:54 -04:00
[Vanara.Net.DrtEventArgs](https://github.com/dahall/Vanara/search?l=C%23&q=DrtEventArgs) | Abstract base class for DRT event arguments.
[Vanara.Net.DrtLeafSetKeyChangeEventArgs](https://github.com/dahall/Vanara/search?l=C%23&q=DrtLeafSetKeyChangeEventArgs) | Arguments associated with a DRT leaf set key change event.
[Vanara.Net.DrtRegistrationStateChangeEventArgs](https://github.com/dahall/Vanara/search?l=C%23&q=DrtRegistrationStateChangeEventArgs) | Arguments associated with a DRT registration state change event.
2022-10-03 15:09:25 -04:00
[Vanara.Net.DrtSecurityProvider](https://github.com/dahall/Vanara/search?l=C%23&q=DrtSecurityProvider) | Base class for a DRT security provider.
2022-10-25 13:24:54 -04:00
[Vanara.Net.DrtStatusChangeEventArgs](https://github.com/dahall/Vanara/search?l=C%23&q=DrtStatusChangeEventArgs) | Arguments associated with a DRT status change event.