C# 클래스 Microsoft.WindowsAzure.Samples.Phone.Storage.InnerStorageAccountCloudBlobClientStrategy

상속: CloudClientBase, ICloudBlobClient
파일 보기 프로젝트 열기: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

공개 메소드들

메소드 설명
GetContainerReference ( string containerName ) : ICloudBlobContainer
InnerStorageAccountCloudBlobClientStrategy ( Uri blobsBaseUri, IStorageCredentials credentials, Dispatcher dispatcher ) : System
ListContainers ( Action callback ) : void
ListContainers ( string prefix, Action callback ) : void

보호된 메소드들

메소드 설명
OnSendingRequest ( HttpWebRequest request, int contentLength ) : void

비공개 메소드들

메소드 설명
CloudBlobContainersMapper ( HttpWebResponse response ) : IEnumerable

메소드 상세

GetContainerReference() 공개 메소드

public GetContainerReference ( string containerName ) : ICloudBlobContainer
containerName string
리턴 ICloudBlobContainer

InnerStorageAccountCloudBlobClientStrategy() 공개 메소드

public InnerStorageAccountCloudBlobClientStrategy ( Uri blobsBaseUri, IStorageCredentials credentials, Dispatcher dispatcher ) : System
blobsBaseUri System.Uri
credentials IStorageCredentials
dispatcher System.Windows.Threading.Dispatcher
리턴 System

ListContainers() 공개 메소드

public ListContainers ( Action callback ) : void
callback Action
리턴 void

ListContainers() 공개 메소드

public ListContainers ( string prefix, Action callback ) : void
prefix string
callback Action
리턴 void

OnSendingRequest() 보호된 메소드

protected OnSendingRequest ( HttpWebRequest request, int contentLength ) : void
request System.Net.HttpWebRequest
contentLength int
리턴 void