IClientConnection

From Virtual World Web Wiki
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.