IBindingsContainerGetBindings Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: Ozeki.VoIPSIPAddress
Return Value
Type:
IEnumerableISIPExtension
See Also