Table of Contents

Interface IClient

Namespace
QuickLink
Assembly
QuickLink.dll

Represents a client that can send messages to a server.

public interface IClient

Properties

Event that is raised when a message is received from the server.

MessagePublisher MessageReceived { get; }

Property Value

MessagePublisher

Methods

Sends a message to the server.

void SendToServer(MessageWriter message)

Parameters

message MessageWriter

The message to send.