SocketTools .NET Edition

InternetServer.ClientHandleArray Class

The class used to return the handle to client sessions established with the server.

For a list of all members of this type, see InternetServer.ClientHandleArray Members.

System.Object
   SocketTools.InternetServer.ClientHandleArray

[Visual Basic]
<DefaultMember(MemberName:="Item")>
Public Class InternetServer.ClientHandleArray
[C#]
[DefaultMember(MemberName="Item")]
public class InternetServer.ClientHandleArray

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The ClientHandleArray class returns the handles for each client session that has been established with the server. A read-only instance of this class is created by the InternetServer class constructor and accessed using the ClientHandle array.

Requirements

Namespace: SocketTools

Assembly: SocketTools.InternetServer (in SocketTools.InternetServer.dll)

See Also

InternetServer.ClientHandleArray Members | SocketTools Namespace | ClientHandle Field