Class AddressFamily
A STUN address family.
Inheritance
System.Object
AddressFamily
Namespace: FM.LiveSwitch.Stun
Assembly: FM.LiveSwitch.dll
Syntax
public class AddressFamily : object
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 |