IPRange Contains Method NetworkComms.Net Help
Overload List

  NameDescription
Public methodContains( Byte )
Returns true if this IPRange contains the provided IPAddress bytes
Public methodContains(IPAddress)
Returns true if this IPRange contains the provided IPAddress
Public methodContains(String)
Returns true if this IPRange contains the provided IPAddress
Public methodStatic memberContains(IEnumerable IPRange , IPAddress)
Returns true if the provided IPAddress is within one of the provided IPRanges, otherwise false
Back to Top
See Also