C# Class Epicenter_SERVER.FileServer

显示文件 Open project: canselcik/Epicenter-Remote-Administration-Tool Class Usage Examples

Public Methods

Method Description
FileServer ( administrate _owner, string _expectedIP, int _port, string _locationToSave, string _locToReadFrom ) : System
StartListeningForFile ( ) : void
StartListeningForSS ( ) : void
StartListeningForUpload ( ) : void
StopListening ( ) : void

Private Methods

Method Description
HandleClientComm ( object client ) : void
HandleClientCommSS ( object client ) : void
HandleClientCommUpload ( object client ) : void
Listener ( object forSS ) : void
UploadListener ( ) : void

Method Details

FileServer() public method

public FileServer ( administrate _owner, string _expectedIP, int _port, string _locationToSave, string _locToReadFrom ) : System
_owner administrate
_expectedIP string
_port int
_locationToSave string
_locToReadFrom string
return System

StartListeningForFile() public method

public StartListeningForFile ( ) : void
return void

StartListeningForSS() public method

public StartListeningForSS ( ) : void
return void

StartListeningForUpload() public method

public StartListeningForUpload ( ) : void
return void

StopListening() public method

public StopListening ( ) : void
return void