ListenPortConfigContainerFixedAddressPorts Property |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic 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:
IEnumerableEndpoint
See Also