Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the primary endpoint for the Blob service, as configured for the storage account.

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

Syntax

 
public Uri BlobEndpoint { get; }
 
public:
property Uri^ BlobEndpoint {
	Uri^ get();
}
 
member BlobEndpoint : Uri with get
 
Public ReadOnly Property BlobEndpoint As Uri

Property Value

Type: System.UriSystem::Uri^System.UriSystem.Uri

A Uri containing the primary Blob service endpoint.

Return to top