C# Class Epicenter_SERVER.FileServer

Afficher le fichier Open project: canselcik/Epicenter-Remote-Administration-Tool Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
HandleClientComm ( object client ) : void
HandleClientCommSS ( object client ) : void
HandleClientCommUpload ( object client ) : void
Listener ( object forSS ) : void
UploadListener ( ) : void

Method Details

FileServer() public méthode

public FileServer ( administrate _owner, string _expectedIP, int _port, string _locationToSave, string _locToReadFrom ) : System
_owner administrate
_expectedIP string
_port int
_locationToSave string
_locToReadFrom string
Résultat System

StartListeningForFile() public méthode

public StartListeningForFile ( ) : void
Résultat void

StartListeningForSS() public méthode

public StartListeningForSS ( ) : void
Résultat void

StartListeningForUpload() public méthode

public StartListeningForUpload ( ) : void
Résultat void

StopListening() public méthode

public StopListening ( ) : void
Résultat void