C# 클래스 Epicenter_SERVER.FileServer

파일 보기 프로젝트 열기: canselcik/Epicenter-Remote-Administration-Tool 1 사용 예제들

공개 메소드들

메소드 설명
FileServer ( administrate _owner, string _expectedIP, int _port, string _locationToSave, string _locToReadFrom ) : System
StartListeningForFile ( ) : void
StartListeningForSS ( ) : void
StartListeningForUpload ( ) : void
StopListening ( ) : void

비공개 메소드들

메소드 설명
HandleClientComm ( object client ) : void
HandleClientCommSS ( object client ) : void
HandleClientCommUpload ( object client ) : void
Listener ( object forSS ) : void
UploadListener ( ) : void

메소드 상세

FileServer() 공개 메소드

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

StartListeningForFile() 공개 메소드

public StartListeningForFile ( ) : void
리턴 void

StartListeningForSS() 공개 메소드

public StartListeningForSS ( ) : void
리턴 void

StartListeningForUpload() 공개 메소드

public StartListeningForUpload ( ) : void
리턴 void

StopListening() 공개 메소드

public StopListening ( ) : void
리턴 void