3 writes to Verb
System.Web.Services (3)
System\Web\Services\Description\HttpGetProtocolReflector.cs (1)
25httpBinding.Verb = "GET";
System\Web\Services\Description\HttpPostProtocolReflector.cs (1)
32httpBinding.Verb = "POST";
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
6222o.@Verb = Reader.Value;
4 references to Verb
System.Web.Extensions (1)
Compilation\WCFModel\HttpBindingExtension.cs (1)
40string httpVerb = ((WsdlNS.HttpBinding)extension).Verb;
System.Web.Services (3)
System\Web\Services\Description\HttpGetProtocolImporter.cs (1)
31if (httpBinding.Verb != "GET") return false;
System\Web\Services\Description\HttpPostProtocolImporter.cs (1)
30if (httpBinding.Verb != "POST") return false;
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
1332WriteAttribute(@"verb", @"", ((global::System.String)o.@Verb));