1 reference to HttpPutMethod
System.ServiceModel.Web (1)
System\ServiceModel\Web\IncomingWebRequestContext.cs (1)
300
bool isPutMethod = string.Equals(this.Method, IncomingWebRequestContext.
HttpPutMethod
, StringComparison.OrdinalIgnoreCase);