C# 클래스 FileSockClient.DownLoadFileSocketClient

文件下载类
파일 보기 프로젝트 열기: huayancreate/HYPDM 1 사용 예제들

공개 메소드들

메소드 설명
DownLoadFileSocketClient ( string filepathname, string saveFileToClienPath ) : System

文件下载

DownLoadFileSocketClient ( string filepathname, string saveFileToClienPath, int downLoadServerPort, string downLoadServerIP ) : System

供CAD Client使用

보호된 메소드들

메소드 설명
sendFile ( ) : void
startListener ( ) : void

메소드 상세

DownLoadFileSocketClient() 공개 메소드

文件下载
public DownLoadFileSocketClient ( string filepathname, string saveFileToClienPath ) : System
filepathname string 需要下载的文件路径(服务器上的路径及文件名称)
saveFileToClienPath string 保存的本地路径及文件名
리턴 System

DownLoadFileSocketClient() 공개 메소드

供CAD Client使用
public DownLoadFileSocketClient ( string filepathname, string saveFileToClienPath, int downLoadServerPort, string downLoadServerIP ) : System
filepathname string
saveFileToClienPath string
downLoadServerPort int
downLoadServerIP string
리턴 System

sendFile() 보호된 메소드

protected sendFile ( ) : void
리턴 void

startListener() 보호된 메소드

protected startListener ( ) : void
리턴 void