2 writes to _nativeStream
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\Request.cs (2)
254
_nativeStream
= new RequestStream(RequestContext);
491
_nativeStream
= new RequestStream(RequestContext);
7 references to _nativeStream
Microsoft.AspNetCore.Server.HttpSys (7)
RequestProcessing\Request.cs (7)
252
if (
_nativeStream
== null && HasEntityBody)
256
return
_nativeStream
;
259
public bool HasRequestBodyStarted =>
_nativeStream
?.HasStarted ?? false;
267
_nativeStream
?.MaxSize = value;
483
_nativeStream
?.Dispose();
489
if (
_nativeStream
== null)
493
_nativeStream
.SwitchToOpaqueMode();