LumiSoft Mail Server User API
LumiSoft.Net.SIP.Header Namespace
Namespaces > LumiSoft.Net.SIP.Header

[Missing namespace summary documentation for N:LumiSoft.Net.SIP.Header]

Syntax
C#Visual BasicManaged C++
namespace LumiSoft.Net.SIP.Header
Namespace LumiSoft.Net.SIP.Header
namespace LumiSoft.Net.SIP.Header
Types
All TypesClassesStructuresInterfacesEnumerationsDelegates
IconTypeDescription
public classSIP_HeaderField
Represents SIP message header field.
public classSIP_HeaderFieldCollection
SIP header fields collection.
public classSIP_MultiValueHF<(Of T>)
Implements generic multi value SIP header field. This is used by header fields like Via,Contact, ... .
public classSIP_MVGroupHFCollection<(Of T>)
Implements same multi value header fields group. Group can contain one type header fields only. This is class is used by Via:,Route:, ... .
public classSIP_SingleValueHF<(Of T>)
Implements single value header field. Used by header fields like To:,From:,CSeq:, ... .
public classSIP_SVGroupHFCollection<(Of T>)
Implements same single value header fields group. Group can contain one type header fields only. This is class is used by Authorization:,Proxy-Authorization:, ... .
public classSIP_t_AcceptRange
Implements SIP "accept-range" value. Defined in RFC 3261.
public classSIP_t_AddressParam
Implements SIP_t_NameAddress + parameters value.
public classSIP_t_AlertParam
Implements SIP "alert-param" value. Defined in RFC 3261.
public classSIP_t_AuthenticationInfo
Implements SIP "Authentication-Info" value. Defined in RFC 3261. According RFC 3261 authentication info can contain Digest authentication info only.
public classSIP_t_CallID
Implements SIP "callid" value. Defined in RFC 3261.
public classSIP_t_Challenge
Implements SIP "challenge" value. Defined in RFC 3261.
public classSIP_t_ContactParam
Implements SIP "contact-param" value. Defined in RFC 3261.
public classSIP_t_ContentCoding
Implements SIP "content-coding" value. Defined in RFC 3261.
public classSIP_t_Credentials
Implements SIP "credentials" value. Defined in RFC 3261.
public classSIP_t_CSeq
Implements SIP "Cseq" value. Defined in RFC 3261. A CSeq in a request contains a single decimal sequence number and the request method. The method part of CSeq is case-sensitive. The CSeq header field serves to order transactions within a dialog, to provide a means to uniquely identify transactions, and to differentiate between new requests and request retransmissions.
public classSIP_t_Encoding
Implements "encoding" value. Defined in RFC 3261.
public classSIP_t_ErrorUri
Implements SIP "error-uri" value. Defined in RFC 3261.
public classSIP_t_From
Implements SIP "From" value. Defined in RFC 3261. The From header field indicates the initiator of the request.
public classSIP_t_HeaderFieldValue
This base class for all SIP header field values.
public classSIP_t_HeaderFieldValueWithParams
This base class for header fields values what has parameters.
public classSIP_t_Info
Implements SIP "info" value. Defined in RFC 3261.
public classSIP_t_Language
Implements SIP "language" value. Defined in RFC 3261.
public classSIP_t_LanguageTag
Implements SIP "language-tag" value. Defined in RFC 3261.
public classSIP_t_Method
Implements SIP "Method" value. Defined in RFC 3261.
public classSIP_t_NameAddress
Implements SIP "name-addr" value. Defined in RFC 3261.
public classSIP_t_OptionTag
Implements SIP "option-tag" value. Defined in RFC 3261.
public classSIP_t_Timestamp
Implements SIP "Timestamp" value. Defined in RFC 3261.
public classSIP_t_To
Implements SIP "To" value. Defined in RFC 3261. The To header field specifies the logical recipient of the request.
public classSIP_t_WarningValue
Implements SIP "warning-value" value. Defined in RFC 3261.
public classSIP_t_ViaParm
Implements SIP "via-parm" value. Defined in RFC 3261.