IBindingsContainerGetBindings Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
SyntaxIEnumerable<ISIPExtension> GetBindings(
SIPAddress identity
)
Function GetBindings (
identity As SIPAddress
) As IEnumerable(Of ISIPExtension)
IEnumerable<ISIPExtension^>^ GetBindings(
SIPAddress^ identity
)
abstract GetBindings :
identity : SIPAddress -> IEnumerable<ISIPExtension>
Parameters
- identity SIPAddress
-
Return Value
IEnumerableISIPExtension
See Also