메소드 | 설명 | |
---|---|---|
OnResponse ( Stream stream ) : |
Reads the response stream for results
|
|
QueryRequest ( MongoCollection collection ) : System |
Creates a new insert request for the provided database
|
|
QueryRequest ( string database, string collection ) : System |
Creates a new insert request for the provided database
|
메소드 | 설명 | |
---|---|---|
GenerateBody ( |
Creates the body of the request to send
|
protected GenerateBody ( |
||
stream | ||
리턴 | void |
public OnResponse ( Stream stream ) : |
||
stream | Stream | |
리턴 |
public QueryRequest ( MongoCollection collection ) : System | ||
collection | MongoCollection | |
리턴 | System |
public QueryRequest ( string database, string collection ) : System | ||
database | string | |
collection | string | |
리턴 | System |