File tree 1 file changed +2
-2
lines changed
src/Elastic.Transport/Responses
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public override string ToString() => ApiCallDetails?.DebugInformation
46
46
/// StreamResponse and kept internal. If we later make this public, we might need to refine this.
47
47
/// </remarks>
48
48
[ JsonIgnore ]
49
- internal IEnumerable < IDisposable > ? LinkedDisposables { get ; set ; }
49
+ protected internal IEnumerable < IDisposable > ? LinkedDisposables { get ; internal set ; }
50
50
51
51
/// <summary>
52
52
/// Allows the response to identify that the response stream should NOT be automatically disposed.
@@ -55,6 +55,6 @@ public override string ToString() => ApiCallDetails?.DebugInformation
55
55
/// Currently only used by StreamResponse and therefore internal.
56
56
/// </remarks>
57
57
[ JsonIgnore ]
58
- internal virtual bool LeaveOpen { get ; } = false ;
58
+ protected internal virtual bool LeaveOpen { get ; } = false ;
59
59
}
60
60
You can’t perform that action at this time.
0 commit comments