Show / Hide Table of Contents

Class IPAddressHelper

Inheritance
System.Object
IPAddressHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public static class IPAddressHelper

Methods

| Improve this Doc View Source

IPAddressPrecedence(IPAddress)

Declaration
public static uint IPAddressPrecedence(IPAddress ip)
Parameters
Type Name Description
System.Net.IPAddress ip
Returns
Type Description
System.UInt32
| Improve this Doc View Source

IPIs6Bone(IPAddress)

Declaration
public static bool IPIs6Bone(IPAddress ip)
Parameters
Type Name Description
System.Net.IPAddress ip
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IPIs6To4(IPAddress)

Declaration
public static bool IPIs6To4(IPAddress ip)
Parameters
Type Name Description
System.Net.IPAddress ip
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IPIsLinkLocalV4(IPAddress)

Declaration
public static bool IPIsLinkLocalV4(IPAddress ip)
Parameters
Type Name Description
System.Net.IPAddress ip
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IPIsSiteLocal(IPAddress)

Declaration
public static bool IPIsSiteLocal(IPAddress ip)
Parameters
Type Name Description
System.Net.IPAddress ip
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IPIsV4Compatibility(IPAddress)

Declaration
public static bool IPIsV4Compatibility(IPAddress ip)
Parameters
Type Name Description
System.Net.IPAddress ip
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX