Property | Type | Description | |
---|---|---|---|
serverHost |
Method | Description | |
---|---|---|
Connect ( string hostAddress, ushort port ) : void | ||
Disconnect ( ) : void | ||
Disconnect ( |
||
WinMobileWorker ( ) : System | ||
WinMobileWorker ( int maxConnections ) : System | ||
Write ( |
||
Write ( NetworkingStream stream ) : void |
Method | Description | |
---|---|---|
ConnectAsync ( string hostAddress, ushort port ) : void | ||
ErrorDisconnect ( string message ) : void | ||
ReadAsync ( ) : void | ||
SendAsync ( |
||
SendAsync ( NetworkingStream stream ) : void |
public Connect ( string hostAddress, ushort port ) : void | ||
hostAddress | string | |
port | ushort | |
return | void |
abstract protected ConnectAsync ( string hostAddress, ushort port ) : void | ||
hostAddress | string | |
port | ushort | |
return | void |
public Disconnect ( |
||
player | ||
reason | string | |
return | void |
protected ErrorDisconnect ( string message ) : void | ||
message | string | |
return | void |
protected SendAsync ( |
||
player | ||
stream | NetworkingStream | |
return | void |
abstract protected SendAsync ( NetworkingStream stream ) : void | ||
stream | NetworkingStream | |
return | void |
public WinMobileWorker ( int maxConnections ) : System | ||
maxConnections | int | |
return | System |
public Write ( |
||
player | ||
stream | NetworkingStream | |
return | void |
public Write ( NetworkingStream stream ) : void | ||
stream | NetworkingStream | |
return | void |