[Missing namespace summary documentation for N:LumiSoft.Net.SIP.Header]
| C# | Visual Basic | Managed C++ |
namespace LumiSoft.Net.SIP.Header
Namespace LumiSoft.Net.SIP.Header
namespace LumiSoft.Net.SIP.Header
| All Types | Classes | Structures | Interfaces | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| SIP_HeaderField |
Represents SIP message header field.
| |
| SIP_HeaderFieldCollection |
SIP header fields collection.
| |
| SIP_MultiValueHF<(Of T>) |
Implements generic multi value SIP header field.
This is used by header fields like Via,Contact, ... .
| |
| SIP_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:, ... .
| |
| SIP_SingleValueHF<(Of T>) |
Implements single value header field.
Used by header fields like To:,From:,CSeq:, ... .
| |
| SIP_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:, ... .
| |
| SIP_t_AcceptRange |
Implements SIP "accept-range" value. Defined in RFC 3261.
| |
| SIP_t_AddressParam |
Implements SIP_t_NameAddress + parameters value.
| |
| SIP_t_AlertParam |
Implements SIP "alert-param" value. Defined in RFC 3261.
| |
| SIP_t_AuthenticationInfo |
Implements SIP "Authentication-Info" value. Defined in RFC 3261.
According RFC 3261 authentication info can contain Digest authentication info only.
| |
| SIP_t_CallID |
Implements SIP "callid" value. Defined in RFC 3261.
| |
| SIP_t_Challenge |
Implements SIP "challenge" value. Defined in RFC 3261.
| |
| SIP_t_ContactParam |
Implements SIP "contact-param" value. Defined in RFC 3261.
| |
| SIP_t_ContentCoding |
Implements SIP "content-coding" value. Defined in RFC 3261.
| |
| SIP_t_Credentials |
Implements SIP "credentials" value. Defined in RFC 3261.
| |
| SIP_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.
| |
| SIP_t_Encoding |
Implements "encoding" value. Defined in RFC 3261.
| |
| SIP_t_ErrorUri |
Implements SIP "error-uri" value. Defined in RFC 3261.
| |
| SIP_t_From |
Implements SIP "From" value. Defined in RFC 3261.
The From header field indicates the initiator of the request.
| |
| SIP_t_HeaderFieldValue |
This base class for all SIP header field values.
| |
| SIP_t_HeaderFieldValueWithParams |
This base class for header fields values what has parameters.
| |
| SIP_t_Info |
Implements SIP "info" value. Defined in RFC 3261.
| |
| SIP_t_Language |
Implements SIP "language" value. Defined in RFC 3261.
| |
| SIP_t_LanguageTag |
Implements SIP "language-tag" value. Defined in RFC 3261.
| |
| SIP_t_Method |
Implements SIP "Method" value. Defined in RFC 3261.
| |
| SIP_t_NameAddress |
Implements SIP "name-addr" value. Defined in RFC 3261.
| |
| SIP_t_OptionTag |
Implements SIP "option-tag" value. Defined in RFC 3261.
| |
| SIP_t_Timestamp |
Implements SIP "Timestamp" value. Defined in RFC 3261.
| |
| SIP_t_To |
Implements SIP "To" value. Defined in RFC 3261.
The To header field specifies the logical recipient of the request.
| |
| SIP_t_WarningValue |
Implements SIP "warning-value" value. Defined in RFC 3261.
| |
| SIP_t_ViaParm |
Implements SIP "via-parm" value. Defined in RFC 3261.
|