2 writes to _nativeStream
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\Request.cs (2)
254
_nativeStream
= new RequestStream(RequestContext);
494
_nativeStream
= new RequestStream(RequestContext);
8 references to _nativeStream
Microsoft.AspNetCore.Server.HttpSys (8)
RequestProcessing\Request.cs (8)
252
if (
_nativeStream
== null && HasEntityBody)
256
return
_nativeStream
;
259
public bool HasRequestBodyStarted =>
_nativeStream
?.HasStarted ?? false;
267
if (
_nativeStream
!= null)
269
_nativeStream
.MaxSize = value;
486
_nativeStream
?.Dispose();
492
if (
_nativeStream
== null)
496
_nativeStream
.SwitchToOpaqueMode();