This namespace contains SIP proxy server related classes.
Types
All Types | Classes | Enumerations | Delegates |
Icon | Type | Description |
---|---|---|
SIP_AddressExistsEventHandler |
Represents the method that will handle the SIP_ProxyCore.AddressExists event.
| |
SIP_AuthenticateEventArgs |
This class provides data for SIP_ProxyCore.Authenticate event.
| |
SIP_AuthenticateEventHandler |
Represents the method that will handle the SIP_ProxyCore.Authenticate event.
| |
SIP_B2BUA |
This class implements SIP b2bua(back to back user agent). Defined in RFC 3261.
| |
SIP_B2BUA_Call |
This class represents B2BUA call.
| |
SIP_CanRegisterEventHandler |
Represents the method that will handle the SIP_Registrar.CanRegister event.
| |
SIP_ForkingMode |
This enum specifies SIP proxy server 'forking' mode.
| |
SIP_IsLocalUriEventHandler |
Represents the method that will handle the SIP_ProxyCore.IsLocalUri event.
| |
SIP_Presence |
This class implements SIP presence server.
| |
SIP_Proxy |
Implements SIP registrar,statefull and stateless proxy.
| |
SIP_ProxyContext |
Implements SIP 'proxy context'. Defined in RFC 3261.
| |
SIP_ProxyHandler |
This base class for SIP proxy request handlers.
| |
SIP_ProxyMode |
Specifies SIP proxy mode.
Examples
All flags may be combined, except Stateless,Statefull,B2BUA.
For example: (Stateless | Statefull) not allowed, but (Registrar | Presence | Statefull) is allowed.
| |
SIP_ProxyTarget |
Represents SIP proxy target in the SIP proxy "target set". Defined in RFC 3261 16.
| |
SIP_Registrar |
This class implements SIP registrar server. Defined in RFC 3261 10.3.
| |
SIP_Registration |
This class implements SIP registrar registration entry. Defined in RFC 3261 10.3.
| |
SIP_RegistrationBinding |
This class represents SIP registrar registration binding entry. Defined in RFC 3261 10.3.
| |
SIP_RegistrationCollection |
SIP registration collection.
| |
SIP_RegistrationEventArgs |
This class provides data for SIP_Registrar.AorRegistered,SIP_Registrar.AorUnregistered and SIP_Registrar.AorUpdated event.
| |
SIP_RequestContext |
This class represent incoming new(out of transaction) SIP request.
|