C# Класс PaulStovell.TrialBalance.Website.UploadBuildTask.FilePublishingServiceProxy.FilePublishingService

Наследование: System.Web.Services.Protocols.SoapHttpClientProtocol
Показать файл Открыть проект

Открытые методы

Метод Описание
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