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