Show / Hide Table of Contents

Class SIPDNSConstants

Inheritance
System.Object
SIPDNSConstants
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.SIP
Assembly: SIPSorcery.dll
Syntax
public class SIPDNSConstants

Fields

| Improve this Doc View Source

NAPTR_SIP_TCP_SERVICE

Declaration
public const string NAPTR_SIP_TCP_SERVICE = "SIP+D2T"
Field Value
Type Description
System.String
| Improve this Doc View Source

NAPTR_SIP_UDP_SERVICE

Declaration
public const string NAPTR_SIP_UDP_SERVICE = "SIP+D2U"
Field Value
Type Description
System.String
| Improve this Doc View Source

NAPTR_SIP_WEBSOCKET_SERVICE

Declaration
public const string NAPTR_SIP_WEBSOCKET_SERVICE = "SIP+D2W"
Field Value
Type Description
System.String
| Improve this Doc View Source

NAPTR_SIPS_TCP_SERVICE

Declaration
public const string NAPTR_SIPS_TCP_SERVICE = "SIPS+D2T"
Field Value
Type Description
System.String
| Improve this Doc View Source

NAPTR_SIPS_WEBSOCKET_SERVICE

Declaration
public const string NAPTR_SIPS_WEBSOCKET_SERVICE = "SIPS+D2W"
Field Value
Type Description
System.String
| Improve this Doc View Source

SRV_SIP_TCP_QUERY_PREFIX

Declaration
public const string SRV_SIP_TCP_QUERY_PREFIX = "_sip._tcp."
Field Value
Type Description
System.String
| Improve this Doc View Source

SRV_SIP_TLS_QUERY_PREFIX

Declaration
public const string SRV_SIP_TLS_QUERY_PREFIX = "_sip._tls."
Field Value
Type Description
System.String
| Improve this Doc View Source

SRV_SIP_UDP_QUERY_PREFIX

Declaration
public const string SRV_SIP_UDP_QUERY_PREFIX = "_sip._udp."
Field Value
Type Description
System.String
| Improve this Doc View Source

SRV_SIP_WEBSOCKET_QUERY_PREFIX

Declaration
public const string SRV_SIP_WEBSOCKET_QUERY_PREFIX = "_sip._ws."
Field Value
Type Description
System.String
| Improve this Doc View Source

SRV_SIPS_TCP_QUERY_PREFIX

Declaration
public const string SRV_SIPS_TCP_QUERY_PREFIX = "_sips._tcp."
Field Value
Type Description
System.String
| Improve this Doc View Source

SRV_SIPS_WEBSOCKET_QUERY_PREFIX

Declaration
public const string SRV_SIPS_WEBSOCKET_QUERY_PREFIX = "_sips._ws."
Field Value
Type Description
System.String

Extension Methods

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