C# 클래스 Microsoft.WindowsAzure.Storage.Blob.Protocol.BlobHttpResponseParsers

파일 보기 프로젝트 열기: Hitcents/azure-sdk-for-net-old 1 사용 예제들

공개 메소드들

메소드 설명
ReadServiceProperties ( Stream inputStream ) : Microsoft.WindowsAzure.Storage.Shared.Protocol.ServiceProperties

Reads service properties from a stream.

비공개 메소드들

메소드 설명
GetCopyAttributes ( string copyStatusString, string copyId, string copySourceString, string copyProgressString, string copyCompletionTimeString, string copyStatusDescription ) : CopyState

Builds a CopyState object from the given strings containing formatted copy information.

GetLeaseDuration ( string leaseDuration ) : LeaseDuration

Gets a LeaseDuration from a string.

If a null or empty string is supplied, a status of LeaseDuration.Unspecified is returned.

GetLeaseState ( string leaseState ) : LeaseState

Gets a LeaseState from a string.

If a null or empty string is supplied, a status of LeaseState.Unspecified is returned.

GetLeaseStatus ( string leaseStatus ) : LeaseStatus

Gets a LeaseStatus from a string.

If a null or empty string is supplied, a status of LeaseStatus.Unspecified is returned.

메소드 상세

ReadServiceProperties() 공개 정적인 메소드

Reads service properties from a stream.
public static ReadServiceProperties ( Stream inputStream ) : Microsoft.WindowsAzure.Storage.Shared.Protocol.ServiceProperties
inputStream Stream The stream from which to read the service properties.
리턴 Microsoft.WindowsAzure.Storage.Shared.Protocol.ServiceProperties