C# 클래스 Octgn.Library.Networking.GameBroadcastListener

상속: IDisposable
파일 보기 프로젝트 열기: octgn/OCTGN 1 사용 예제들

Private Properties

프로퍼티 타입 설명
EndReceive void
Receive void

공개 메소드들

메소드 설명
Dispose ( ) : void

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

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

비공개 메소드들

메소드 설명
EndReceive ( IAsyncResult res ) : void
Receive ( ) : void

메소드 상세

Dispose() 공개 메소드

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

GameBroadcastListener() 공개 메소드

public GameBroadcastListener ( int port = 21234 ) : System
port int
리턴 System

StartListening() 공개 메소드

public StartListening ( ) : void
리턴 void

StopListening() 공개 메소드

public StopListening ( ) : void
리턴 void