Class StringResponse
Inheritance
StringResponse
Assembly: OpenSearch.Net.dll
Syntax
public class StringResponse : OpenSearchResponse<string>, IApiCallDetails, IOpenSearchResponse
Constructors
|
Edit this page
View Source
StringResponse()
Declaration
|
Edit this page
View Source
StringResponse(string)
Declaration
public StringResponse(string body)
Parameters
Type |
Name |
Description |
string |
body |
|
Methods
|
Edit this page
View Source
TryGetServerError(out ServerError)
Declaration
public override bool TryGetServerError(out ServerError serverError)
Parameters
Returns
Overrides
Implements
Extension Methods