ListenPortContainerCollection Property |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntaxpublic Dictionary<TransportAddressKey, List<int>> Collection { get; }Public ReadOnly Property Collection As Dictionary(Of TransportAddressKey, List(Of Integer))
Get
public:
property Dictionary<TransportAddressKey^, List<int>^>^ Collection {
Dictionary<TransportAddressKey^, List<int>^>^ get ();
}member Collection : Dictionary<TransportAddressKey, List<int>> with get
Property Value
DictionaryTransportAddressKey,
ListInt32
See Also