ListenPortConfigContainerAnyAddressPorts Property |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic IEnumerable<OzTuple<int, TransportType>> AnyAddressPorts { get; }
Public ReadOnly Property AnyAddressPorts As IEnumerable(Of OzTuple(Of Integer, TransportType))
Get
public:
property IEnumerable<OzTuple<int, TransportType>^>^ AnyAddressPorts {
IEnumerable<OzTuple<int, TransportType>^>^ get ();
}
member AnyAddressPorts : IEnumerable<OzTuple<int, TransportType>> with get
Property Value
Type:
IEnumerableOzTupleInt32,
TransportType
See Also