Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudFileClient Constructor (StorageUri, 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(
	StorageUri storageUri,
	StorageCredentials credentials
)
 
public:
CloudFileClient(
	StorageUri^ storageUri,
	StorageCredentials^ credentials
)
 
new : 
        storageUri:StorageUri *
        credentials:StorageCredentials -> CloudFileClient
 
Public Sub New (
	storageUri As StorageUri,
	credentials As StorageCredentials
)
Return to top