C# Class Server_application.MainServer

Inheritance: TCPServer
Show file Open project: HeroOfTheWinds/CS-350-410-431-Group-Project Class Usage Examples

Protected Properties

Property Type Description
listener System.Net.Sockets.TcpListener
listenerStarted bool

Public Methods

Method Description
startServer ( ) : void
stopServer ( ) : void

Private Methods

Method Description
startChatServer ( object serverID ) : void
startRTCServer ( object serverID ) : void
startResourceServer ( object serverID ) : void
transmitter ( Object client ) : void

Method Details

startServer() public method

public startServer ( ) : void
return void

stopServer() public method

public stopServer ( ) : void
return void

Property Details

listener protected static property

protected static TcpListener,System.Net.Sockets listener
return System.Net.Sockets.TcpListener

listenerStarted protected static property

protected static bool listenerStarted
return bool