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