[Missing namespace summary documentation for N:LumiSoft.Net.SIP]
| C# | Visual Basic | Managed C++ |
namespace LumiSoft.Net.SIP
Namespace LumiSoft.Net.SIP
namespace LumiSoft.Net.SIP
| All Types | Classes | Structures | Interfaces | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| AddressExistsEventHandler |
Represents the method that will handle the SIP_Stack.AddressExists event.
| |
| AuthenticateEventArgs |
This class provides data for SIP_Stack.Authenticate event.
| |
| AuthenticateEventHandler |
Represents the method that will handle the SIP_Stack.Authenticate event.
| |
| CanRegisterEventHandler |
Represents the method that will handle the SIP_Stack.CanRegister event.
| |
| ErrorEventHandler |
Represents the method that will handle the SIP_Stack.Error event.
| |
| IsLocalDomainEventHandler |
Represents the method that will handle the SIP_Stack.IsLocalDomain event.
| |
| ResponseReceivedEventHandler |
Represents method what will handle ResponseReceived event.
| |
| SIP_ClientTransaction |
A SIP_Transaction represents SIP client transaction. Defined in RFC 3261 17.1 Client Transaction.
A transaction is a sequence of SIP messages exchanged between SIP network elements.
Client transaction is created by UAC,UAS or proxy core. Client transaction is responsible for
sending request to remote UA and processing remote UA server transaction responses.
Client transaction causes remote UA to create corresponding server transaction.
| |
| SIP_ClientTransactionState |
This value specifies SIP client transaction state.
| |
| SIP_Core |
This is base class for SIP user agent and SIP proxy core.
| |
| SIP_Dialog |
Implements SIP dialog. Defined in rfc 3261 12 Dialogs.
| |
| SIP_DialogState |
Specifies dialog state.
| |
| SIP_Message |
Implements SIP message. This is base class for SIP_Request and SIP_Response. Defined in RFC 3261.
| |
| SIP_ProxyMode |
Specifies SIP proxy mode.
All flags may be combined, except Stateless,Statefull,CallStatefull.
For example: (Stateless | Statefull) not allowed, but (Registrar | Presence | Statefull) is allowed.
| |
| SIP_Registration |
Holds SIP registration info.
| |
| SIP_RegistrationCollection |
SIP registration collection.
| |
| SIP_RegistrationContact |
Implements SIP registration contact.
| |
| SIP_Request |
SIP server request. Related RFC 3261.
| |
| SIP_RequestReceivedEventArgs |
This class provides data for SIP_Core.OnRequestReceived method.
| |
| SIP_Response |
SIP server response. Related RFC 3261.
| |
| SIP_ResponseCodes |
This class holds SIP respnse codes.
| |
| SIP_ResponseReceivedEventArgs |
This class provides data for SIP_Core.OnResponseReceived method.
| |
| SIP_ServerProxyCore |
Implements SIP registrar,statefull and stateless proxy.
| |
| SIP_ServerTransaction |
Implements SIP server transaction. Defined in RFC 3261 17.2 Server Transaction.
A transaction is a sequence of SIP messages exchanged between SIP network elements.
Server transaction is created when remote UA (client transaction) request is received by local UA.
Server transaction provides way to send responses back to remote UA client transaction.
| |
| SIP_ServerTransactionState |
SIP server transaction state.
| |
| SIP_Stack |
Implements SIP stack.
| |
| SIP_Transaction |
This is base class for SIP client and server transaction.
| |
| SIP_TransactionLayer |
Implements SIP transaction layer. Defined in RFC 3261.
Transaction layer can contain Client and Server transactions.
| |
| SIP_TransportException |
The exception that is thrown when a transport error occurs.
| |
| SIP_Uri |
Implements SIP-URI. Defined in 3261.
| |
| SipUtils |
SIP helper methods.
| |
| ValidateRequestEventArgs |
This class provides data for SIP_Stack.ValidateRequest event.
| |
| ValidateRequestEventHandler |
Represents the method that will handle the SIP_Stack.ValidateRequest event.
|