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