|
BRS#
|
This is the complete list of members for ClientConnection, including all inherited members.
| ClientConnection(string Server, int Port) | ClientConnection | |
| ConnectServer() | ClientConnection | |
| DisconnectServer() | ClientConnection | |
| Read(out QueryCmd Cmd) | NetworkConnection | |
| Read(out string Text) | NetworkConnection | |
| Read(out uint Number) | NetworkConnection | |
| Read(out DateTime Time) | NetworkConnection | |
| Read(out bool Bool) | NetworkConnection | |
| Reader_ | NetworkConnection | protected |
| Write(QueryCmd Cmd) | NetworkConnection | |
| Write(string Text) | NetworkConnection | |
| Write(uint Number) | NetworkConnection | |
| Write(DateTime Time) | NetworkConnection | |
| Write(bool Bool) | NetworkConnection | |
| Writer_ | NetworkConnection | protected |