C# 클래스 SteamDroidServer.Networking.Listener

Listener provides functionality for hosting a server at a specific port and accepting connections from it
파일 보기 프로젝트 열기: FlyingPie/SteamDroid 1 사용 예제들

공개 메소드들

메소드 설명
Listener ( ) : System
Start ( String ip, int port ) : void

Start listening at the specified port

비공개 메소드들

메소드 설명
ListenThread ( ) : void

ListenThread method, runs in a seperate thread and listens for new connections

메소드 상세

Listener() 공개 메소드

public Listener ( ) : System
리턴 System

Start() 공개 메소드

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