Click or drag to resize

SIPExtensionRegisterContainer Methods

The SIPExtensionRegisterContainer type exposes the following members.

Methods
  NameDescription
Public methodClearExtensionRegistrations
Public methodContains
Determines whether the container contains the specified extension.
Public methodGetAllExtensions
Gets all extensions from the container.
Public methodGetBindings
Public methodGetBindingsCount
Public methodGetExtension(TransportInfo)
Gets the specified extension from the container.
Public methodGetExtension(SIPClientID, Boolean)
Gets the specified extension from the container.
Public methodGetExtensions(SIPAddress)
Gets all extensions to the given address from the container (REGISTER bindings).
Public methodGetExtensions(TransportInfo)
Gets all extensions to the given address from the container (REGISTER bindings).
Public methodTryAddExtension
Attempts to add the specified extension to the container.
Public methodTryRemoveExtension
Attempts to remove the specified extension from the container.
Top
See Also