SIPExtensionRegisterContainerGetBindings Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.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 SIPAddress
-
Return Value
IEnumerableISIPExtensionImplements
IBindingsContainerGetBindings(SIPAddress)
See Also