ListenPortConfigContainerFixedAddressPorts Property |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public IEnumerable<Endpoint> FixedAddressPorts { get; }
Public ReadOnly Property FixedAddressPorts As IEnumerable(Of Endpoint)
Get
public:
property IEnumerable<Endpoint^>^ FixedAddressPorts {
IEnumerable<Endpoint^>^ get ();
}
member FixedAddressPorts : IEnumerable<Endpoint> with get
Property Value
Type:
IEnumerableEndpointSee Also