C# 클래스 SharpGs.RestApi.RestApiClient

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

공개 메소드들

메소드 설명
CopyStream ( Stream input, Stream output ) : void
Request ( string authValue, System.DateTime date, Stream content, string contentType, Bucket objectHead, bool withData ) : string
RestApiClient ( Uri uri, RequestMethod method, IWebProxy proxy = null ) : System

비공개 메소드들

메소드 설명
CreateRequest ( string authValue, System.DateTime date, Stream content, string contentType ) : HttpWebRequest
FetchDataFromResponse ( HttpWebResponse response, Bucket objectHead, bool withData ) : bool
PureRequestMethod ( RequestMethod method ) : RequestMethod
StreamToString ( Stream stream ) : string

메소드 상세

CopyStream() 공개 정적인 메소드

public static CopyStream ( Stream input, Stream output ) : void
input Stream
output Stream
리턴 void

Request() 공개 메소드

public Request ( string authValue, System.DateTime date, Stream content, string contentType, Bucket objectHead, bool withData ) : string
authValue string
date System.DateTime
content Stream
contentType string
objectHead SharpGs.Internal.Bucket
withData bool
리턴 string

RestApiClient() 공개 메소드

public RestApiClient ( Uri uri, RequestMethod method, IWebProxy proxy = null ) : System
uri System.Uri
method RequestMethod
proxy IWebProxy
리턴 System