A static class of methods that can help when dealing with IPAddress objects.
Inheritance Hierarchy
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static class IPAddressHelper
Public NotInheritable Class IPAddressHelper
public ref class IPAddressHelper abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type IPAddressHelper = class end
The IPAddressHelper type exposes the following members.
Methods
| Name | Description |
---|
| IsLinkLocal |
Returns true if the IPAddress passed across is a link local address.
|
TopSee Also