4 references to HttpMethodAttribute
System.Web.Services (4)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
155WebCodeGenerator.AddCustomAttribute(metadata, typeof(HttpMethodAttribute), formatterTypes, new string[0], new CodeExpression[0]);
System\Web\Services\Protocols\HttpClientProtocol.cs (3)
39object[] attributes = methodInfo.GetCustomAttributes(typeof(HttpMethodAttribute)); 41HttpMethodAttribute attribute = (HttpMethodAttribute)attributes[0];