DConnection

Undocumented in source.

Constructors

this
this(DServer server, Socket socket)
Undocumented in source.

Members

Enums

Command
enum Command
Undocumented in source.
ConnectionType
enum ConnectionType
Undocumented in source.

Functions

deleteProperty
void deleteProperty(string propertyName)

Deletes a given proerty

getConnectionType
ConnectionType getConnectionType()
Undocumented in source. Be warned that the author may not have intended to support it.
getProperties
string[] getProperties()

Returns a list of proerties

getProperty
string getProperty(string propertyName)

Returns a property

getStatusMessage
string getStatusMessage(string username)

Returns the current status message

getUsername
string getUsername()
Undocumented in source. Be warned that the author may not have intended to support it.
isProperty
bool isProperty(string propertyName)

Determines whether or not the given property exists

setProperty
void setProperty(string propertyName, string propertyValue)

Sets a property for this user

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
writeSocket
bool writeSocket(long tag, byte[] data)

Write to socket

Meta