Show / Hide Table of Contents

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 Source

IPv4AddressFamily

The requested TURN relay ip address is IPv4 (RFC5389, Section 15.1)

Declaration
public static readonly byte[] IPv4AddressFamily
Field Value
Type Description
System.Byte[]
| Improve this Doc View Source

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[]
| Improve this Doc View Source

TcpTransportType

Declaration
public static readonly byte[] TcpTransportType
Field Value
Type Description
System.Byte[]
| Improve this Doc View Source

UdpTransportType

Declaration
public static readonly byte[] UdpTransportType
Field Value
Type Description
System.Byte[]

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX