This namespace contains SIP message related classes.
Types
All Types | Classes | Enumerations |
Icon | Type | Description |
---|---|---|
SIP_t_Directive..::..DirectiveType |
Proccess directives. Defined in rfc 3841 9.1.
| |
SIP_t_SubscriptionState..::..EventReason |
This class holds 'event-reason-value' values.
| |
SIP_HeaderField |
Represents SIP message header field.
| |
SIP_HeaderFieldCollection |
SIP header fields collection.
| |
SIP_Message |
Implements SIP message. This is base class for SIP_Request and SIP_Response. Defined in RFC 3261.
| |
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_OptionTags |
SIP Option Tags. Defined in RFC 3261 27.1, defined values are in: http://www.iana.org/assignments/sip-parameters.
| |
SIP_Parameter |
This class represents SIP value parameter.
| |
SIP_ParameterCollection |
This class represents SIP value parameters collection.
| |
SIP_ParseException |
The exception that is thrown when a SIP message parsing fails.
| |
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_ACValue |
Implements SIP "ac-value" value. Defined in RFC 3841.
| |
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_ContentDisposition |
Implements SIP "Content-Disposition" 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_Directive |
Implements SIP "directive" value. Defined in RFC 3841.
| |
SIP_t_Encoding |
Implements "encoding" value. Defined in RFC 3261.
| |
SIP_t_ErrorUri |
Implements SIP "error-uri" value. Defined in RFC 3261.
| |
SIP_t_Event |
Implements SIP "Event" value. Defined in RFC 3265.
| |
SIP_t_EventType |
Implements SIP "event-type" value. Defined in RFC 3265.
| |
SIP_t_From |
Implements SIP "From" value. Defined in RFC 3261.
The From header field indicates the initiator of the request.
| |
SIP_t_HiEntry |
Implements SIP "hi-entry" value. Defined in RFC 4244.
| |
SIP_t_IdentityInfo |
Implements SIP "Identity-Info" value. Defined in RFC 4474.
| |
SIP_t_Info |
Implements SIP "info" value. Defined in RFC 3261.
| |
SIP_t_Join |
Implements SIP "Join" value. Defined in RFC 3911.
| |
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_MinSE |
Implements SIP "Min-SE" value. Defined in RFC 4028.
| |
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_RAck |
Implements SIP "RAck" value. Defined in RFC 3262.
| |
SIP_t_RCValue |
Implements SIP "rc-value" value. Defined in RFC 3841.
| |
SIP_t_ReasonValue |
Implements SIP "reason-value" value. Defined in rfc 3326.
| |
SIP_t_ReferredBy |
Implements SIP "Referred-By" value. Defined in RFC 3892.
| |
SIP_t_ReferSub |
Implements SIP "refer-sub" value. Defined in RFC 4488.
| |
SIP_t_Replaces |
Implements SIP "Replaces" value. Defined in RFC 3891.
| |
SIP_t_RetryAfter |
Implements SIP "Retry-After" value. Defined in rfc 3261.
Retry after specifies how many seconds the service is expected to be unavailable to the requesting client.
| |
SIP_t_RValue |
Implements SIP "r-value" value. Defined in RFC 4412.
| |
SIP_t_SecMechanism |
Implements SIP "sec-mechanism" value. Defined in RFC 3329.
| |
SIP_t_SessionExpires |
Implements SIP "Session-Expires" value. Defined in RFC 4028.
| |
SIP_t_SubscriptionState |
Implements SIP "Subscription-State" value. Defined in RFC 3265.
| |
SIP_t_TargetDialog |
Implements SIP "Target-Dialog" value. Defined in RFC 4538.
| |
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_Value |
This base class for all SIP data types.
| |
SIP_t_ValueWithParams |
This base class for SIP data types what has parameters support.
| |
SIP_t_WarningValue |
Implements SIP "warning-value" value. Defined in RFC 3261.
| |
SIP_t_ViaParm |
Implements SIP "via-parm" value. Defined in RFC 3261.
| |
SIP_WarningCodes |
SIP Warning Codes. Defined in RFC 3261 27.2.
| |
SIP_t_SubscriptionState..::..SubscriptionState |
This class holds 'substate-value' values.
|