C# Class PaulStovell.TrialBalance.Website.UploadBuildTask.FilePublishingServiceProxy.FilePublishingService

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Afficher le fichier Open project: PaulStovell/trial-balance

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

CancelAsync() public méthode

public CancelAsync ( object userState ) : void
userState object
Résultat void

FilePublishingService() public méthode

public FilePublishingService ( ) : System.Diagnostics
Résultat System.Diagnostics

UploadManagedFileAsync() public méthode

public UploadManagedFileAsync ( string username, string password, string fileName, string contentType, byte fileContent ) : void
username string
password string
fileName string
contentType string
fileContent byte
Résultat void

UploadManagedFileAsync() public méthode

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
Résultat void

UploadUnmanagedFileAsync() public méthode

public UploadUnmanagedFileAsync ( string username, string password, string filePath, byte fileContent ) : void
username string
password string
filePath string
fileContent byte
Résultat void

UploadUnmanagedFileAsync() public méthode

public UploadUnmanagedFileAsync ( string username, string password, string filePath, byte fileContent, object userState ) : void
username string
password string
filePath string
fileContent byte
userState object
Résultat void