C# Class Octgn.Library.Networking.GameBroadcastListener

Inheritance: IDisposable
Afficher le fichier Open project: octgn/OCTGN Class Usage Examples

Private Properties

Свойство Type Description
EndReceive void
Receive void

Méthodes publiques

Méthode 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

Méthode Description
EndReceive ( IAsyncResult res ) : void
Receive ( ) : void

Method Details

Dispose() public méthode

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

GameBroadcastListener() public méthode

public GameBroadcastListener ( int port = 21234 ) : System
port int
Résultat System

StartListening() public méthode

public StartListening ( ) : void
Résultat void

StopListening() public méthode

public StopListening ( ) : void
Résultat void