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