C# 클래스 BF2Statistics.Gamespy.GpspClient

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

공개 메소드들

메소드 설명
Dispose ( ) : void
Dispose ( bool DisposeEventArgs = false ) : void

Dispose method to be called by the server

GpspClient ( GamespyTcpStream client ) : System

Constructor

비공개 메소드들

메소드 설명
ConvertToKeyValue ( string parts ) : string>.Dictionary

Converts a recived parameter array from the client string to a keyValue pair dictionary

SendCheck ( string>.Dictionary recvData ) : void

This is the primary method for fetching an accounts BF2 PID

SendNicks ( string>.Dictionary recvData ) : void

This method is requested by the client when logging in to fetch all the account names that have the specified email address and password combination

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 공개 메소드

Dispose method to be called by the server
public Dispose ( bool DisposeEventArgs = false ) : void
DisposeEventArgs bool
리턴 void

GpspClient() 공개 메소드

Constructor
public GpspClient ( GamespyTcpStream client ) : System
client GamespyTcpStream
리턴 System