The IPTools type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
AttemptBestIPAddressGuess | Obsolete. | |
BestLocalEndPoint |
Determines the most appropriate local end point to contact the provided remote end point.
Testing shows this method takes on average 1.6ms to return.
| |
IsAddressInSubnet |
Returns true if the provided address exists within the provided subnet.
| |
ParseEndPointFromString |
Converts an IPAddress in string form (IPv4 or IPv6) with an appended port number, e.g. 192.168.0.10:10000 or ::1:10000, into an IPEndPoint.
|
See Also