Property | Type | Description | |
---|---|---|---|
backBuffer | BMSByte | ||
previousSize | int | ||
readBuffer | BMSByte | ||
readStream | NetworkingStream | ||
rpcMutex | object | ||
writeMutex | object | ||
writeStream | NetworkingStream |
Method | Description | |
---|---|---|
Connect ( string hostAddress, ushort port ) : void | ||
Disconnect ( ) : void | ||
TCPProcess ( ) : System | ||
TCPProcess ( int maxConnections ) : System | ||
TimeoutDisconnect ( ) : void | ||
Write ( |
||
Write ( NetworkingStream stream ) : void |
Method | Description | |
---|---|---|
ReadBuffer ( |
||
ReadStream ( |
||
StreamReceived ( |
abstract public Connect ( string hostAddress, ushort port ) : void | ||
hostAddress | string | |
port | ushort | |
return | void |
protected ReadBuffer ( |
||
stream | ||
return | BMSByte |
protected ReadStream ( |
||
sender | ||
stream | NetworkingStream | |
return | bool |
protected StreamReceived ( |
||
sender | ||
bytes | BMSByte | |
return | void |
public TCPProcess ( int maxConnections ) : System | ||
maxConnections | int | |
return | System |
abstract public Write ( |
||
player | ||
stream | NetworkingStream | |
return | void |
abstract public Write ( NetworkingStream stream ) : void | ||
stream | NetworkingStream | |
return | void |