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
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns a clean ToString of the IPRange
(Overrides Object ToString .) |
See Also