ListenPortContainerCollection Property |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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
Type:
DictionaryTransportAddressKey,
ListInt32
See Also