Свойство | Type | Description | |
---|---|---|---|
serverHost |
Méthode | Description | |
---|---|---|
Connect ( string hostAddress, ushort port ) : void | ||
Disconnect ( ) : void | ||
Disconnect ( |
||
WinMobileWorker ( ) : System | ||
WinMobileWorker ( int maxConnections ) : System | ||
Write ( |
||
Write ( NetworkingStream stream ) : void |
Méthode | 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 | |
Résultat | void |
abstract protected ConnectAsync ( string hostAddress, ushort port ) : void | ||
hostAddress | string | |
port | ushort | |
Résultat | void |
public Disconnect ( |
||
player | ||
reason | string | |
Résultat | void |
protected ErrorDisconnect ( string message ) : void | ||
message | string | |
Résultat | void |
protected SendAsync ( |
||
player | ||
stream | NetworkingStream | |
Résultat | void |
abstract protected SendAsync ( NetworkingStream stream ) : void | ||
stream | NetworkingStream | |
Résultat | void |
public WinMobileWorker ( int maxConnections ) : System | ||
maxConnections | int | |
Résultat | System |
public Write ( |
||
player | ||
stream | NetworkingStream | |
Résultat | void |
public Write ( NetworkingStream stream ) : void | ||
stream | NetworkingStream | |
Résultat | void |