C# 클래스 BF2Statistics.Gamespy.GpspServer

This class emulates the Gamespy Search Provider Server on port 29901. This server is responsible for fetching all associates accounts with the provided email and password, as well as verifying a player account ID.
상속: BF2Statistics.Gamespy.Net.GamespyTcpSocket
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter 1 사용 예제들

공개 메소드들

메소드 설명
GpspServer ( ) : System
Shutdown ( ) : void

Shutsdown the GPSP server and socket

보호된 메소드들

메소드 설명
ProcessAccept ( GamespyTcpStream Stream ) : void

When a new connection is established, we the parent class are responsible for handling the processing

비공개 메소드들

메소드 설명
GpspClient_OnDisconnect ( GpspClient client ) : void

Callback for when a connection had disconnected

메소드 상세

GpspServer() 공개 메소드

public GpspServer ( ) : System
리턴 System

ProcessAccept() 보호된 메소드

When a new connection is established, we the parent class are responsible for handling the processing
protected ProcessAccept ( GamespyTcpStream Stream ) : void
Stream BF2Statistics.Gamespy.Net.GamespyTcpStream A GamespyTcpStream object that wraps the I/O AsyncEventArgs and socket
리턴 void

Shutdown() 공개 메소드

Shutsdown the GPSP server and socket
public Shutdown ( ) : void
리턴 void