C# 클래스 CdnHookToFtp.JobsModule

상속: Nancy.NancyModule
파일 보기 프로젝트 열기: cardeliverynetwork/openapi.net

공개 메소드들

메소드 설명
JobsModule ( ) : System

비공개 메소드들

메소드 설명
GetFtpRequest ( string requestUriString, string ftpUser, string ftpPass, string method ) : FtpWebRequest

Creates an ftp request with the specified credentias and method

GetRequestType ( Request request ) : RequestType

Get the request type (base on Content-Type) of the specified request

GetSetting ( string name ) : string

Gets the specified setting from the system environment or web.config, in that order

UpdateJob ( dynamic _ ) : Response
UploadFileToFtp ( string ftpHost, string ftpUser, string ftpPass, Stream stream, string ftpFileName ) : void

Uploads the specified stream to FTP

메소드 상세

JobsModule() 공개 메소드

public JobsModule ( ) : System
리턴 System