This namespace contains SIP stack related classes.
Types
All Types | Classes | Enumerations |
Icon | Type | Description |
---|---|---|
SIP_ClientTransaction |
Implements SIP client transaction. Defined in RFC 3261 17.1.
| |
SIP_Dialog |
This class is base class for SIP dialogs. Defined in RFC 3261 12.
| |
SIP_Dialog_Invite |
This class represents INVITE dialog. Defined in RFC 3261.
| |
SIP_Dialog_Refer |
This class represents REFER dialog. Defined in RFC 3515.
| |
SIP_Dialog_Subscribe |
This class represent SUBSCRIBE dialog. Defined in RFC 3265.
| |
SIP_Dialog_Usage |
This class is base class for SIP dialog usages. For more info see RFC 5070.
| |
SIP_Dialog_Usage_Invite |
This class implements SIP INVITE dialog usage. For more info see RFC 5070.
| |
SIP_Dialog_Usage_Subscribe |
This class implements SIP SUBSCRIBE dialog usage. For more info see RFC 5070.
| |
SIP_DialogState |
Specifies dialog state.
| |
SIP_Flow |
Implements SIP Flow. Defined in draft-ietf-sip-outbound.
| |
SIP_Hop |
Implements SIP hop(address,port,transport). Defined in RFC 3261.
| |
SIP_Methods |
This class represents known SIP request methods.
| |
SIP_Request |
SIP server request. Related RFC 3261.
| |
SIP_RequestLine |
Implements SIP Request-Line. Defined in RFC 3261.
| |
SIP_RequestReceivedEventArgs |
This class provides data for SIP_Dialog.RequestReceived event and SIP_Core.OnRequestReceived> method.
| |
SIP_RequestSender |
This class implements SIP request sender.
| |
SIP_Response |
SIP server response. Related RFC 3261.
| |
SIP_ResponseCodes |
This class holds SIP respnse codes.
| |
SIP_ResponseReceivedEventArgs |
This class provides data for ResponseReceived events.
| |
SIP_ResponseSentEventArgs |
This class provides data for SIP_ServerTransaction.ResponseSent method.
| |
SIP_ServerTransaction |
Implements SIP server transaction. Defined in rfc 3261 17.2.
| |
SIP_Stack |
Implements SIP stack.
| |
SIP_StackState |
This class holds SIP stack state.
| |
SIP_StatusCodeType |
Specifies SIP status code type. Defined in rfc 3261.
| |
SIP_StatusLine |
Implements SIP Status-Line. Defined in RFC 3261.
| |
SIP_Transaction |
This is base class for SIP client and server transaction.
| |
SIP_TransactionLayer |
Implements SIP transaction layer. Defined in RFC 3261.
Transaction layer manages client,server transactions and dialogs.
| |
SIP_TransactionState |
This enum holds SIP transaction states. Defined in RFC 3261.
| |
SIP_Transport |
This class holds SIP transports. Defined in RFC 3261.
| |
SIP_TransportException |
The exception that is thrown when a transport error occurs.
| |
SIP_TransportLayer |
Implements SIP transport layer. Defined in RFC 3261.
| |
SIP_UA_Registration |
This class represent SIP UA registration.
| |
SIP_UA_RegistrationState |
This class specifies SIP UA registration state.
| |
SIP_ValidateRequestEventArgs |
This class provides data for SIP_Stack.ValidateRequest event.
|