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