Name | Description | |
---|---|---|
![]() | AddressFamily | Address Family |
![]() | Broadcast | Broadcast address |
![]() | Count | the number of IP addresses available in network |
![]() | FirstUsable | First usable IP address in Network |
![]() | LastUsable | Last usable IP address in Network |
The following tables list the members exposed by INetwork.
Name | Description | |
---|---|---|
![]() | AddressFamily | Address Family |
![]() | Broadcast | Broadcast address |
![]() | Count | the number of IP addresses available in network |
![]() | FirstUsable | First usable IP address in Network |
![]() | LastUsable | Last usable IP address in Network |
Name | Description | |
---|---|---|
![]() | Contains | Allows you to test if the IP address belongs to this network |
![]() ![]() | ListAddreses | return a iterator allowing you to loop over a network |
![]() ![]() | Parse | Overloaded. Parse the IP address and Subnet mask to get the network you can use 192.168.0.1/24 |
![]() | ToString | Returns a string in CIDR format |
![]() ![]() | TryParse | tries to parse a IP/CIDR string to a network |