We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdccf6f commit de08bc7Copy full SHA for de08bc7
src/Elasticsearch.Net/Responses/IApiCallDetails.cs
@@ -38,7 +38,7 @@ public interface IApiCallDetails
38
int? HttpStatusCode { get; }
39
40
/// <summary>
41
- /// The raw byte response, only set when IncludeRawResponse() is set on Connection configuration
+ /// The raw byte response, only set when DisableDirectStreaming() is set on Connection configuration
42
/// </summary>
43
[DebuggerDisplay("{ResponseBodyInBytes != null ? System.Text.Encoding.UTF8.GetString(ResponseBodyInBytes) : null,nq}")]
44
byte[] ResponseBodyInBytes { get; }
@@ -50,4 +50,4 @@ public interface IApiCallDetails
50
51
string DebugInformation { get; }
52
}
53
-}
+}
0 commit comments