1 write to _responseBodyWrapper
Microsoft.AspNetCore.Owin (1)
OwinFeatureCollection.cs (1)
170
_responseBodyWrapper
= PipeWriter.Create(Prop<Stream>(OwinConstants.ResponseBody), new StreamPipeWriterOptions(leaveOpen: true));
6 references to _responseBodyWrapper
Microsoft.AspNetCore.Owin (6)
OwinFeatureCollection.cs (6)
168
if (
_responseBodyWrapper
== null)
173
return
_responseBodyWrapper
;
426
if (
_responseBodyWrapper
!= null)
428
await
_responseBodyWrapper
.FlushAsync(cancellationToken);
437
if (
_responseBodyWrapper
!= null)
439
return
_responseBodyWrapper
.FlushAsync().AsTask();