Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudFileClient Constructor (Uri, StorageCredentials) (Microsoft.WindowsAzure.Storage.File)

Initializes a new instance of the CloudFileClient class using the specified File service endpoint and account credentials.

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

Syntax

 
public CloudFileClient(
	Uri baseUri,
	StorageCredentials credentials
)
 
public:
CloudFileClient(
	Uri^ baseUri,
	StorageCredentials^ credentials
)
 
new : 
        baseUri:Uri *
        credentials:StorageCredentials -> CloudFileClient
 
Public Sub New (
	baseUri As Uri,
	credentials As StorageCredentials
)
Return to top