2 writes to AllowedMethods
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (2)
221new WebHttpDispatchOperationSelectorData() { AllowedMethods = new List<string>() { WebHttpBehavior.GET } }); 287new WebHttpDispatchOperationSelectorData() { AllowedMethods = allowedMethods });
4 references to AllowedMethods
System.ServiceModel.Web (4)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelectorData.cs (4)
17if (this.AllowedMethods != null) 19int allowedHeadersCount = this.AllowedMethods.Count; 22StringBuilder stringBuilder = new StringBuilder(AllowedMethods[0]); 25stringBuilder.Append(", " + this.AllowedMethods[x]);