Méthode | Description | |
---|---|---|
FileServer ( |
||
StartListeningForFile ( ) : void | ||
StartListeningForSS ( ) : void | ||
StartListeningForUpload ( ) : void | ||
StopListening ( ) : void |
Méthode | Description | |
---|---|---|
HandleClientComm ( object client ) : void | ||
HandleClientCommSS ( object client ) : void | ||
HandleClientCommUpload ( object client ) : void | ||
Listener ( object forSS ) : void | ||
UploadListener ( ) : void |
public FileServer ( |
||
_owner | ||
_expectedIP | string | |
_port | int | |
_locationToSave | string | |
_locToReadFrom | string | |
Résultat | System |