IConfiguratorListenedEndpoints Property |
Gets the list of the listened endpoints.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax IEnumerable<Endpoint> ListenedEndpoints { get; }
ReadOnly Property ListenedEndpoints As IEnumerable(Of Endpoint)
Get
property IEnumerable<Endpoint^>^ ListenedEndpoints {
IEnumerable<Endpoint^>^ get ();
}
abstract ListenedEndpoints : IEnumerable<Endpoint> with get
Property Value
Type:
IEnumerableEndpointSee Also