2 writes to _httpMethod
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\RequestContext.FeatureCollection.cs (2)
129
_httpMethod
= Request.Method;
183
set {
_httpMethod
= value; }
1 reference to _httpMethod
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
182
get { return
_httpMethod
; }