C# 클래스 PaulStovell.TrialBalance.Website.UploadBuildTask.FilePublishingServiceProxy.FilePublishingService

상속: System.Web.Services.Protocols.SoapHttpClientProtocol
파일 보기 프로젝트 열기: PaulStovell/trial-balance

공개 메소드들

메소드 설명
CancelAsync ( object userState ) : void
FilePublishingService ( ) : System.Diagnostics
UploadManagedFileAsync ( string username, string password, string fileName, string contentType, byte fileContent ) : void
UploadManagedFileAsync ( string username, string password, string fileName, string contentType, byte fileContent, object userState ) : void
UploadUnmanagedFileAsync ( string username, string password, string filePath, byte fileContent ) : void
UploadUnmanagedFileAsync ( string username, string password, string filePath, byte fileContent, object userState ) : void

비공개 메소드들

메소드 설명
IsLocalFileSystemWebService ( string url ) : bool
OnUploadManagedFileOperationCompleted ( object arg ) : void
OnUploadUnmanagedFileOperationCompleted ( object arg ) : void
UploadManagedFile ( string username, string password, string fileName, string contentType, [ DataType = "base64Binary")]byte[]fileContent ) : string
UploadUnmanagedFile ( string username, string password, string filePath, [ DataType = "base64Binary")]byte[]fileContent ) : void

메소드 상세

CancelAsync() 공개 메소드

public CancelAsync ( object userState ) : void
userState object
리턴 void

FilePublishingService() 공개 메소드

public FilePublishingService ( ) : System.Diagnostics
리턴 System.Diagnostics

UploadManagedFileAsync() 공개 메소드

public UploadManagedFileAsync ( string username, string password, string fileName, string contentType, byte fileContent ) : void
username string
password string
fileName string
contentType string
fileContent byte
리턴 void

UploadManagedFileAsync() 공개 메소드

public UploadManagedFileAsync ( string username, string password, string fileName, string contentType, byte fileContent, object userState ) : void
username string
password string
fileName string
contentType string
fileContent byte
userState object
리턴 void

UploadUnmanagedFileAsync() 공개 메소드

public UploadUnmanagedFileAsync ( string username, string password, string filePath, byte fileContent ) : void
username string
password string
filePath string
fileContent byte
리턴 void

UploadUnmanagedFileAsync() 공개 메소드

public UploadUnmanagedFileAsync ( string username, string password, string filePath, byte fileContent, object userState ) : void
username string
password string
filePath string
fileContent byte
userState object
리턴 void