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