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