2 writes to _nativeStream
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\Request.cs (2)
255
_nativeStream
= new RequestStream(RequestContext);
495
_nativeStream
= new RequestStream(RequestContext);
7 references to _nativeStream
Microsoft.AspNetCore.Server.HttpSys (7)
RequestProcessing\Request.cs (7)
253
if (
_nativeStream
== null && HasEntityBody)
257
return
_nativeStream
;
260
public bool HasRequestBodyStarted =>
_nativeStream
?.HasStarted ?? false;
268
_nativeStream
?.MaxSize = value;
487
_nativeStream
?.Dispose();
493
if (
_nativeStream
== null)
497
_nativeStream
.SwitchToOpaqueMode();