C# 클래스 Tmx.Server.Library.Modules.ExternalFilesModule

Description of ExternalFilesModule.
상속: Nancy.NancyModule
파일 보기 프로젝트 열기: apetrovskiy/STUPS

공개 메소드들

메소드 설명
ExternalFilesModule ( ) : System.IO
WriteFile ( string destinationPath, string relativePath, byte actualBytes ) : void

메소드 상세

ExternalFilesModule() 공개 메소드

public ExternalFilesModule ( ) : System.IO
리턴 System.IO

WriteFile() 공개 메소드

public WriteFile ( string destinationPath, string relativePath, byte actualBytes ) : void
destinationPath string
relativePath string
actualBytes byte
리턴 void