5 references to Action
System.ServiceModel (5)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (1)
1361
xml.WriteElementString("OperationAction", this.operation.
Action
);
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
927
(rpc.Operation.
Action
!= MessageHeaders.WildcardAction))
System\ServiceModel\Dispatcher\MessageRpc.cs (2)
714
AspNetEnvironment.Current.TraceIncrementBusyCount(SR.GetString(SR.ServiceBusyCountTrace, this.Operation.
Action
));
726
AspNetEnvironment.Current.TraceDecrementBusyCount(SR.GetString(SR.ServiceBusyCountTrace, this.Operation.
Action
));
System\ServiceModel\Dispatcher\SecurityImpersonationBehavior.cs (1)
246
throw TraceUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SecurityContextDoesNotAllowImpersonation, rpc.Operation.
Action
)), rpc.Request);