Returns true if the provided address exists within the provided subnet.
Namespace: NetworkCommsDotNet.ToolsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- address
- Type: System.Net IPAddress
The address to check, i.e. 192.168.0.10
- subnet
- Type: System.Net IPAddress
The subnet, i.e. 192.168.0.0
- mask
- Type: System.Net IPAddress
The subnet mask, i.e. 255.255.255.0
Return Value
Type: BooleanTrue if address is in the provided subnet
See Also