C# 클래스 SharpGs.Internal.SharpGsClient

상속: ISharpGs
파일 보기 프로젝트 열기: acropolium/SharpGs 1 사용 예제들

공개 메소드들

메소드 설명
CreateBucket ( string name ) : void
Dispose ( ) : void
GetBucket ( string name ) : IBucket
SharpGsClient ( string key, string secret ) : System

비공개 메소드들

메소드 설명
ConnectionUrl ( RequestMethod requestMethod, string bucketName = null, string path = null, string parameters = null ) : Uri
FilterResponse ( string response ) : string
GetAdditionalParameters ( RequestMethod requestMethod, string parameters ) : string
Request ( RequestMethod requestMethod = RequestMethod.GET, string bucket = null, string path = null, byte content = null, string contentType = null, Bucket objectHead = null, bool withData = false, string parameters = null ) : System.Xml.Linq.XDocument
RequestStream ( RequestMethod requestMethod = RequestMethod.GET, string bucket = null, string path = null, Stream content = null, string contentType = null, Bucket objectHead = null, bool withData = false, string parameters = null ) : System.Xml.Linq.XDocument
SyndicateAuthValue ( string key, string signature ) : string
SyndicateCanonicalHeaders ( RequestMethod requestMethod, string contentMd5, string contentType, string date ) : string
SyndicateCanonicalResource ( RequestMethod requestMethod, string bucket, string path ) : string

메소드 상세

CreateBucket() 공개 메소드

public CreateBucket ( string name ) : void
name string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetBucket() 공개 메소드

public GetBucket ( string name ) : IBucket
name string
리턴 IBucket

SharpGsClient() 공개 메소드

public SharpGsClient ( string key, string secret ) : System
key string
secret string
리턴 System