Class STUNAttributeConstants
Inheritance
System.Object
STUNAttributeConstants
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 class STUNAttributeConstants
Fields
| Improve this Doc View SourceIPv4AddressFamily
The requested TURN relay ip address is IPv4 (RFC5389, Section 15.1)
Declaration
public static readonly byte[] IPv4AddressFamily
Field Value
Type | Description |
---|---|
System.Byte[] |
IPv6AddressFamily
The requested TURN relay ip address is IPv6 (RFC5389, Section 15.1)
Declaration
public static readonly byte[] IPv6AddressFamily
Field Value
Type | Description |
---|---|
System.Byte[] |
TcpTransportType
Declaration
public static readonly byte[] TcpTransportType
Field Value
Type | Description |
---|---|
System.Byte[] |
UdpTransportType
Declaration
public static readonly byte[] UdpTransportType
Field Value
Type | Description |
---|---|
System.Byte[] |