This class implements TCP session collection.
| C# | Visual Basic | Visual C++ | F# |
public class TCP_SessionCollection<T> where T : TCP_Session
Public Class TCP_SessionCollection(Of T As TCP_Session)
generic<typename T> where T : TCP_Session public ref class TCP_SessionCollection
type TCP_SessionCollection<'T when 'T : TCP_Session> = class end
- T
[Missing <typeparam name="T"/> documentation for "T:LumiSoft.Net.TCP.TCP_SessionCollection`1"]
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Count |
Gets number of items in the collection.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetConnectionsPerIP(IPAddress) |
Gets number of connections per specified IP.
| |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Item[([( String])]) |
Gets TCP session with the specified ID.
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToArray()()()() |
Copies all TCP server session to new array. This method is thread-safe.
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | |
| TCP_SessionCollection<(Of <(<'T>)>)> | |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119