C# Class Microsoft.WindowsAzure.Samples.Phone.Storage.CloudBlobUploader

Afficher le fichier Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets Class Usage Examples

Méthodes publiques

Méthode Description
CloudBlobUploader ( Stream fileStream, Uri cloudBlobUri, string>.IDictionary metadata, BlobProperties blobProperties, IStorageCredentials credentials, Dispatcher dispatcher ) : System
InnerUpload ( ) : void
Upload ( Action callback ) : void

Méthodes protégées

Méthode Description
ResolveRequest ( Uri requestUri ) : HttpWebRequest

Private Methods

Méthode Description
DispatchCallback ( CloudOperationResponse response ) : void
PutBlockList ( ) : void
ReadBlobHttpResponse ( IAsyncResult asyncResult ) : void
ReadBlockListHttpResponse ( IAsyncResult asyncResult ) : void
WriteBlobRequestStream ( IAsyncResult asyncResult ) : void
WriteBlockListRequestStream ( IAsyncResult asyncResult ) : void

Method Details

CloudBlobUploader() public méthode

public CloudBlobUploader ( Stream fileStream, Uri cloudBlobUri, string>.IDictionary metadata, BlobProperties blobProperties, IStorageCredentials credentials, Dispatcher dispatcher ) : System
fileStream Stream
cloudBlobUri System.Uri
metadata string>.IDictionary
blobProperties BlobProperties
credentials IStorageCredentials
dispatcher System.Windows.Threading.Dispatcher
Résultat System

InnerUpload() public méthode

public InnerUpload ( ) : void
Résultat void

ResolveRequest() protected méthode

protected ResolveRequest ( Uri requestUri ) : HttpWebRequest
requestUri System.Uri
Résultat System.Net.HttpWebRequest

Upload() public méthode

public Upload ( Action callback ) : void
callback Action
Résultat void