Method | Description | |
---|---|---|
Dispose ( ) : void | ||
IndexBulk ( IEnumerable |
||
IndexBulkAsync ( IEnumerable |
||
PutTemplateRaw ( string templateName, string rawBody ) : void | ||
WebElasticClient ( string server, int port ) : System | ||
WebElasticClient ( string server, int port, bool ssl, bool allowSelfSignedServerCert, string basicAuthUsername, string basicAuthPassword ) : System |
Method | Description | |
---|---|---|
AcceptSelfSignedServerCertCallback ( object sender, |
||
CheckResponse ( |
||
FinishGetResponse ( IAsyncResult result ) : void | ||
PrepareBulk ( IEnumerable |
||
PrepareBulkAndSend ( IEnumerable |
||
SendRequest ( |
||
SetBasicAuthHeader ( |
public IndexBulkAsync ( IEnumerable |
||
bulk | IEnumerable |
|
return | IAsyncResult |
public PutTemplateRaw ( string templateName, string rawBody ) : void | ||
templateName | string | |
rawBody | string | |
return | void |
public WebElasticClient ( string server, int port ) : System | ||
server | string | |
port | int | |
return | System |
public WebElasticClient ( string server, int port, bool ssl, bool allowSelfSignedServerCert, string basicAuthUsername, string basicAuthPassword ) : System | ||
server | string | |
port | int | |
ssl | bool | |
allowSelfSignedServerCert | bool | |
basicAuthUsername | string | |
basicAuthPassword | string | |
return | System |