ListenPortConfigContainerAnyAddressPorts Property |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.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
IEnumerableOzTupleInt32,
TransportType
See Also