1 instantiation of WebInvokeAttribute
System.Data.Services (1)
System\Data\Services\IRequestHandler.cs (1)
31
[
WebInvoke
(UriTemplate = "*", Method = "*")]
14 references to WebInvokeAttribute
System.Data.Services (1)
System\Data\Services\Providers\BaseServiceProvider.cs (1)
511
else if (methodInfo.GetCustomAttributes(typeof(
WebInvokeAttribute
), true).Length != 0)
System.ServiceModel.Web (13)
System\ServiceModel\Description\WebHttpBehavior.cs (11)
361
WebInvokeAttribute
wia = od.Behaviors.Find<
WebInvokeAttribute
>();
381
WebInvokeAttribute
wia = od.Behaviors.Find<
WebInvokeAttribute
>();
478
WebInvokeAttribute
wia = od.Behaviors.Find<
WebInvokeAttribute
>();
874
static void EnsureOk(WebGetAttribute wga,
WebInvokeAttribute
wia, OperationDescription od)
1136
WebInvokeAttribute
wia = od.Behaviors.Find<
WebInvokeAttribute
>();
1155
WebInvokeAttribute
wia = od.Behaviors.Find<
WebInvokeAttribute
>();
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (2)
177
WebInvokeAttribute
webInvokeAttribute = operation.Behaviors.Find<
WebInvokeAttribute
>();