C# 클래스 J9Updater.FileTransferSvc.Client

파일 보기 프로젝트 열기: zlphoenix/LearnCSharp

공개 메소드들

메소드 설명
Client ( ) : System
Send ( string filePath ) : void
SendFile ( string filePath ) : void

비공개 메소드들

메소드 설명
GetFileName ( ) : string

메소드 상세

Client() 공개 메소드

public Client ( ) : System
리턴 System

Send() 공개 메소드

public Send ( string filePath ) : void
filePath string
리턴 void

SendFile() 공개 메소드

public SendFile ( string filePath ) : void
filePath string
리턴 void