C# 클래스 SteamDroidServer.SteamDroidServer

SteamDroidServer handles incomming connections
파일 보기 프로젝트 열기: FlyingPie/SteamDroid 1 사용 예제들

공개 메소드들

메소드 설명
RemoveConnection ( ClientConnection connection ) : void

Removes a connection from the clients list

Start ( String ip, int port ) : void

Starts the server listening on the specified ip and port

SteamDroidServer ( ) : System

비공개 메소드들

메소드 설명
listener_ConnectionOpened ( object sender, ConnectionEventArgs eArgs ) : void

Handles new connections

메소드 상세

RemoveConnection() 공개 메소드

Removes a connection from the clients list
public RemoveConnection ( ClientConnection connection ) : void
connection SteamDroidServer.Client.ClientConnection The connection to remove
리턴 void

Start() 공개 메소드

Starts the server listening on the specified ip and port
public Start ( String ip, int port ) : void
ip String The ip to listen on
port int The port to listen on
리턴 void

SteamDroidServer() 공개 메소드

public SteamDroidServer ( ) : System
리턴 System