Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Connection

BananaCake2Day edited this page Mar 3, 2019 · 6 revisions

Methods

Connection.Disconnect()

Disconnects the connection. This disconnects the underlying NetworkConnection object represented by the Connection object.

Getting

Connection.GetConnections(string filter)

Static method. Gets all the connections connected to the server.

Parameters:

Type Name Default Description
string filter "" Filters the list by ip

Returns: List<Connection>

Properties

Connection.IpAddress

Gets the address associated with this Connection object. Read only.

Field Value: string

Server Guides

API Documents

Clone this wiki locally