2 writes to _nativeStream
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\Request.cs (2)
261
_nativeStream
= new RequestStream(RequestContext);
502
_nativeStream
= new RequestStream(RequestContext);
7 references to _nativeStream
Microsoft.AspNetCore.Server.HttpSys (7)
RequestProcessing\Request.cs (7)
259
if (
_nativeStream
== null && HasEntityBody)
263
return
_nativeStream
;
266
public bool HasRequestBodyStarted =>
_nativeStream
?.HasStarted ?? false;
274
_nativeStream
?.MaxSize = value;
494
_nativeStream
?.Dispose();
500
if (
_nativeStream
== null)
504
_nativeStream
.SwitchToOpaqueMode();