C# Class OpenRA.Network.NetworkConnection

Inheritance: EchoConnection
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Méthode Description
NetworkConnection ( string host, int port ) : System
SendSync ( int frame, byte syncData ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
Send ( byte packet ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

NetworkConnection() public méthode

public NetworkConnection ( string host, int port ) : System
host string
port int
Résultat System

Send() protected méthode

protected Send ( byte packet ) : void
packet byte
Résultat void

SendSync() public méthode

public SendSync ( int frame, byte syncData ) : void
frame int
syncData byte
Résultat void