IClientConnection

From Virtual World Web Wiki
Revision as of 21:04, 12 April 2017 by Spark5 (Talk | contribs) (Documentation for the IClientConnection class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Represents a client connection.

Remarks [edit]

Properties

IPEndPoint RemoteEndPoint {get;}
The IP Endpoint of the connection client (their IP address and port).
IUserAgentInfo UserAgentInfo {get;}
Provides information about the user agent (client) connected.

Methods

void Disconnect(bool graceful = true)
Disconnects the client.