Table of Contents

Namespace QuickLink

Classes

Client

Represents a client that connects to a server using TCP/IP.

EventPublisher

Represents an event publisher that allows subscribing to and publishing events.

EventPublisher<T>

Represents an event publisher that allows subscribing to and publishing events with a specified argument type.

Host

Represents a host that communicates with a server and sends/receives messages.

RemoteClient

Represents a remotely connected client.

Server

Represents a server that listens for incoming TCP connections and handles client communication.

Interfaces

IClient

Represents a client that can send messages to a server.

Enums

ConnectionState

Represents the state of the connection.