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