C# Class Octgn.Library.Networking.GameBroadcastListener

Inheritance: IDisposable
显示文件 Open project: octgn/OCTGN Class Usage Examples

Private Properties

Property Type Description
EndReceive void
Receive void

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

GameBroadcastListener ( int port = 21234 ) : System
StartListening ( ) : void
StopListening ( ) : void

Private Methods

Method Description
EndReceive ( IAsyncResult res ) : void
Receive ( ) : void

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

GameBroadcastListener() public method

public GameBroadcastListener ( int port = 21234 ) : System
port int
return System

StartListening() public method

public StartListening ( ) : void
return void

StopListening() public method

public StopListening ( ) : void
return void