The IPRange type exposes the following members.
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| IPRange(String) |
Initialise an IPRange using the provided CIDR notation.
| |
| IPRange(IPAddress, IPAddress) |
Initialise an IPRange using the provided address and subnet mask.
|
Methods
| Name | Description | |
|---|---|---|
| AllAddressesBetween |
Returns all IPAddresses that are between the provided addresses
| |
| AllAddressesInRange |
Returns a list of all IPAddresses in the specified range
| |
| Contains( Byte ) |
Returns true if this IPRange contains the provided IPAddress bytes
| |
| Contains(IPAddress) |
Returns true if this IPRange contains the provided IPAddress
| |
| Contains(String) |
Returns true if this IPRange contains the provided IPAddress
| |
| Contains(IEnumerable IPRange , IPAddress) |
Returns true if the provided IPAddress is within one of the provided IPRanges, otherwise false
| |
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ToString |
Returns a clean ToString of the IPRange
(Overrides |
See Also