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