ListenPortConfigContainerAnyAddressPorts Property |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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,
TransportTypeSee Also