- deleteProperty
void deleteProperty(string propertyName)
- 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)
- 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)