C# Class NodeNetAsync.Db.CouchDb.CouchDbRaw

ファイルを表示 Open project: soywiz/NodeNetAsync Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
CouchDbRaw ( CouchDbClient Client ) : System

Method Details

CopyAsync() public method

public CopyAsync ( string PathSource, string PathDestination ) : Task
PathSource string
PathDestination string
return Task

DeleteAsync() public method

public DeleteAsync ( string Path, string Data ) : Task
Path string
Data string
return Task

GetAsync() public method

public GetAsync ( string Path ) : Task
Path string
return Task

HeadAsync() public method

public HeadAsync ( string Path ) : Task
Path string
return Task

PutAsync() public method

public PutAsync ( string Path, JObject Data ) : Task
Path string
Data JObject
return Task

SendAsync() public method

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