17 references to WebGetAttribute
System.Data.Services (1)
System\Data\Services\Providers\BaseServiceProvider.cs (1)
507if (methodInfo.GetCustomAttributes(typeof(WebGetAttribute), true).Length != 0)
System.ServiceModel.Web (16)
System\ServiceModel\Description\WCFServiceClientProxyGenerator.cs (1)
108bool useHttpGet = operation.Behaviors.Find<WebGetAttribute>() != null;
System\ServiceModel\Description\WebHttpBehavior.cs (11)
360WebGetAttribute wga = od.Behaviors.Find<WebGetAttribute>(); 380WebGetAttribute wga = od.Behaviors.Find<WebGetAttribute>(); 477WebGetAttribute wga = od.Behaviors.Find<WebGetAttribute>(); 874static void EnsureOk(WebGetAttribute wga, WebInvokeAttribute wia, OperationDescription od) 1135WebGetAttribute wga = od.Behaviors.Find<WebGetAttribute>(); 1154WebGetAttribute wga = od.Behaviors.Find<WebGetAttribute>();
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (2)
171WebGetAttribute webGetAttribute = operation.Behaviors.Find<WebGetAttribute>();
System\ServiceModel\Dispatcher\HelpPage.cs (1)
244if (od.Behaviors.Contains(typeof(WebGetAttribute)))
System\ServiceModel\Web\AspNetCacheProfileAttribute.cs (1)
42if (operationDescription.Behaviors.Find<WebGetAttribute>() == null)