SIPExtensionRegisterContainerGetBindings Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic IEnumerable<ISIPExtension> GetBindings(
SIPAddress identity
)
Public Function GetBindings (
identity As SIPAddress
) As IEnumerable(Of ISIPExtension)
public:
virtual IEnumerable<ISIPExtension^>^ GetBindings(
SIPAddress^ identity
) sealed
abstract GetBindings :
identity : SIPAddress -> IEnumerable<ISIPExtension>
override GetBindings :
identity : SIPAddress -> IEnumerable<ISIPExtension>
Parameters
- identity
- Type: Ozeki.VoIPSIPAddress
Return Value
Type:
IEnumerableISIPExtensionImplements
IBindingsContainerGetBindings(SIPAddress)
See Also