Class AddressFamily
A STUN address family.
Inheritance
System.Object
AddressFamily
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: FM.LiveSwitch.Stun
Assembly: FM.LiveSwitch.dll
Syntax
public class AddressFamily
Properties
IPv4
Gets the value indicating the IPv4 address family.
Declaration
public static byte IPv4 { get; }
Property Value
Type | Description |
---|---|
System.Byte |
IPv6
Gets the value indicating the IPv6 address family.
Declaration
public static byte IPv6 { get; }
Property Value
Type | Description |
---|---|
System.Byte |