C# Class OpenRA.Network.NetworkConnection

Inheritance: EchoConnection
Exibir arquivo Open project: pchote/OpenRA

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void
Send ( byte packet ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

NetworkConnection() public method

public NetworkConnection ( string host, int port ) : System
host string
port int
return System

Send() protected method

protected Send ( byte packet ) : void
packet byte
return void

SendSync() public method

public SendSync ( int frame, byte syncData ) : void
frame int
syncData byte
return void