3 references to HasEntityBody
Microsoft.AspNetCore.Server.HttpSys (3)
RequestProcessing\Request.cs (2)
257
if (_nativeStream == null &&
HasEntityBody
)
334
internal bool IsUpgradable => ProtocolVersion == HttpVersion.Version11 && !
HasEntityBody
&& ComNetOS.IsWin8orLater;
RequestProcessing\RequestContext.FeatureCollection.cs (1)
238
bool IHttpRequestBodyDetectionFeature.CanHaveBody => Request.
HasEntityBody
;