C# 클래스 NodeNetAsync.Db.CouchDb.CouchDbRaw

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

공개 메소드들

메소드 설명
CopyAsync ( string PathSource, string PathDestination ) : Task
DeleteAsync ( string Path, string Data ) : Task
GetAsync ( string Path ) : Task
HeadAsync ( string Path ) : Task
PutAsync ( string Path, JObject Data ) : Task
SendAsync ( string Path, string Method, string Data = "", string>.Tuple RequestHeaders = null ) : Task

비공개 메소드들

메소드 설명
CouchDbRaw ( CouchDbClient Client ) : System

메소드 상세

CopyAsync() 공개 메소드

public CopyAsync ( string PathSource, string PathDestination ) : Task
PathSource string
PathDestination string
리턴 Task

DeleteAsync() 공개 메소드

public DeleteAsync ( string Path, string Data ) : Task
Path string
Data string
리턴 Task

GetAsync() 공개 메소드

public GetAsync ( string Path ) : Task
Path string
리턴 Task

HeadAsync() 공개 메소드

public HeadAsync ( string Path ) : Task
Path string
리턴 Task

PutAsync() 공개 메소드

public PutAsync ( string Path, JObject Data ) : Task
Path string
Data JObject
리턴 Task

SendAsync() 공개 메소드

public SendAsync ( string Path, string Method, string Data = "", string>.Tuple RequestHeaders = null ) : Task
Path string
Method string
Data string
RequestHeaders string>.Tuple
리턴 Task