Implements SIP registrar,statefull and stateless proxy.
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| SIP_ServerProxyCoreNew(SIP_Stack) |
Default constructor.
| |
| AddressExists |
This event is raised when SIP proxy needs to know if specified local server address exists.
| |
| AllowForking |
Gets or sets if forking is allowed. This property applies for statefull proxy only.
Forking means if there are multiple destination addresses, proxy will process them in parallel.
| |
| Authenticate |
This event is raised when SIP proxy or registrar server needs to authenticate user.
| |
| CanRegister |
This event is raised when SIP registrar need to check if specified user can register specified address.
| |
| DeleteRegistration(String) |
Deletes specified registration and all it's contacts.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode() | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType() | Gets the Type of the current instance. (Inherited from Object.) | |
| IsLocalDomain |
This event is raised when SIP proxy needs to know if specified domain is server local domain or
remote domain.
| |
| MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnRequestReceived(SIP_RequestReceivedEventArgs) |
This method is called when new request is received.
(Overrides SIP_Core.OnRequestReceived(SIP_RequestReceivedEventArgs).) | |
| OnResponseReceived(SIP_ResponseReceivedEventArgs) |
This method is called when new response is received.
(Overrides SIP_Core.OnResponseReceived(SIP_ResponseReceivedEventArgs).) | |
| ProxyMode |
Gets or sets proxy mode.
| |
| Registrations |
Gets current SIP registrations.
| |
| SetRegistration(String, SIP_t_ContactParam[]()) |
Add or updates specified SIP registration info.
| |
| Stack |
Gets owner SIP stack.
| |
| ToString() | (Inherited from Object.) |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)