2 writes to Action
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustDec2005.cs (1)
182
[FaultContract(typeof(string),
Action
= "*", ProtectionLevel = System.Net.Security.ProtectionLevel.Sign)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (1)
231
[FaultContract(typeof(string),
Action
= "*", ProtectionLevel = System.Net.Security.ProtectionLevel.Sign)]
1 reference to Action
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
1101
FaultDescription fault = new FaultDescription(NamingHelper.GetMessageAction(contractName, operationName.DecodedName + faultName.DecodedName, attr.
Action
, false/*isResponse*/));