C# 클래스 BF2Statistics.Gamespy.ServerListRetrieveSocket

This class emulates the master.gamespy.com TCP server on port 28910. This server is responisible for sending server lists to the online server browser in the BF2 multiplayer menu
상속: BF2Statistics.Gamespy.Net.GamespyTcpSocket
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter 1 사용 예제들

공개 메소드들

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

Shutsdown the underlying sockets

보호된 메소드들

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

Accepts a TcpClient, and begin the serverlist fetching process for the client. This method is executed when the user updates his server browser ingame

비공개 메소드들

메소드 설명
MasterClient_OnDisconnect ( MasterClient client ) : void

Callback for when a connection had disconnected

메소드 상세

ProcessAccept() 보호된 메소드

Accepts a TcpClient, and begin the serverlist fetching process for the client. This method is executed when the user updates his server browser ingame
protected ProcessAccept ( GamespyTcpStream Stream ) : void
Stream BF2Statistics.Gamespy.Net.GamespyTcpStream
리턴 void

ServerListRetrieveSocket() 공개 메소드

public ServerListRetrieveSocket ( ) : System
리턴 System

Shutdown() 공개 메소드

Shutsdown the underlying sockets
public Shutdown ( ) : void
리턴 void