Skip to content

Commit 216da03

Browse files
authored
Merge pull request #2295 from niemyjski/patch-1
Updated xml docs to specify the correct method name
2 parents bdccf6f + de08bc7 commit 216da03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Elasticsearch.Net/Responses/IApiCallDetails.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public interface IApiCallDetails
3838
int? HttpStatusCode { get; }
3939

4040
/// <summary>
41-
/// The raw byte response, only set when IncludeRawResponse() is set on Connection configuration
41+
/// The raw byte response, only set when DisableDirectStreaming() is set on Connection configuration
4242
/// </summary>
4343
[DebuggerDisplay("{ResponseBodyInBytes != null ? System.Text.Encoding.UTF8.GetString(ResponseBodyInBytes) : null,nq}")]
4444
byte[] ResponseBodyInBytes { get; }
@@ -50,4 +50,4 @@ public interface IApiCallDetails
5050

5151
string DebugInformation { get; }
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)