Method | 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 |
Method | 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 |
public CancelAsync ( object userState ) : void | ||
userState | object | |
return | void |
public FilePublishingService ( ) : System.Diagnostics | ||
return | System.Diagnostics |
public UploadManagedFileAsync ( string username, string password, string fileName, string contentType, byte fileContent ) : void | ||
username | string | |
password | string | |
fileName | string | |
contentType | string | |
fileContent | byte | |
return | void |
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 | |
return | void |
public UploadUnmanagedFileAsync ( string username, string password, string filePath, byte fileContent ) : void | ||
username | string | |
password | string | |
filePath | string | |
fileContent | byte | |
return | void |
public UploadUnmanagedFileAsync ( string username, string password, string filePath, byte fileContent, object userState ) : void | ||
username | string | |
password | string | |
filePath | string | |
fileContent | byte | |
userState | object | |
return | void |