C# 클래스 Server_Application_Console.MainServer

상속: TCPServer
파일 보기 프로젝트 열기: HeroOfTheWinds/CS-350-410-431-Group-Project

보호된 프로퍼티들

프로퍼티 타입 설명
listener System.Net.Sockets.TcpListener
listenerStarted bool

공개 메소드들

메소드 설명
startServer ( ) : Task
stopServer ( ) : void

비공개 메소드들

메소드 설명
startChatServer ( object serverID ) : void
startRTCServer ( object serverID ) : void
startResourceServer ( object serverID ) : void
transmitter ( Object client ) : void

메소드 상세

startServer() 공개 메소드

public startServer ( ) : Task
리턴 Task

stopServer() 공개 메소드

public stopServer ( ) : void
리턴 void

프로퍼티 상세

listener 보호되어 있는 정적으로 프로퍼티

protected static TcpListener,System.Net.Sockets listener
리턴 System.Net.Sockets.TcpListener

listenerStarted 보호되어 있는 정적으로 프로퍼티

protected static bool listenerStarted
리턴 bool