Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudFile Constructor (Microsoft.WindowsAzure.Storage.File)

Namespace:   Microsoft.WindowsAzure.Storage.File
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Overload List

NameDescription
System_CAPS_pubmethodCloudFile(StorageUri, StorageCredentials)(StorageUri^, StorageCredentials^)(StorageUri, StorageCredentials)(StorageUri, StorageCredentials)

Initializes a new instance of the CloudFile class using an absolute URI to the file.

System_CAPS_pubmethodCloudFile(Uri)(Uri^)(Uri)(Uri)

Initializes a new instance of the CloudFile class using an absolute URI to the file.

System_CAPS_pubmethodCloudFile(Uri, StorageCredentials)(Uri^, StorageCredentials^)(Uri, StorageCredentials)(Uri, StorageCredentials)

Initializes a new instance of the CloudFile class using an absolute URI to the file.

Return to top