Skip to content
This repository was archived by the owner on Jun 14, 2025. 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:

TypeNameDefaultDescription
stringfilter""Filters the list by ip

Returns: List<Connection>

Properties

Connection.IpAddress

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

Field Value: string

Clone this wiki locally