1 write to Action
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageEncodingBindingElementImporter.cs (1)
79
fault.
Action
= soapAction;
14 references to Action
dotnet-svcutil-lib (14)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (1)
368
ProtectionLevel newProtectionLevel = GetProtectionLevel(messageSignedParts.IsBodyIncluded, messageEncryptedParts.IsBodyIncluded, fault.
Action
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (2)
140
child.FaultContractInfos.Add(new FaultContractInfo(fault.
Action
, fault.DetailType, fault.ElementName, fault.Namespace, operation.KnownTypes));
166
child.FaultContractInfos.Add(new FaultContractInfo(fault.
Action
, fault.DetailType, fault.ElementName, fault.Namespace, operation.KnownTypes));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\FaultDescriptionCollection.cs (2)
21
if (description != null && action == description.
Action
)
33
if (description != null && action == description.
Action
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (2)
609
if (fault.
Action
!= null)
610
faultContractAttr.Arguments.Add(new CodeAttributeArgument("Action", new CodePrimitiveExpression(fault.
Action
)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
303
WSAddressingHelper.AddActionAttribute(fault.
Action
, wsdlOperationFault, this.PolicyVersion);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
376
FaultContractInfo faultContractInfo = new FaultContractInfo(fault.
Action
, fault.DetailType, fault.ElementName, fault.Namespace, this.Operation.KnownTypes);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (4)
363
requirements.IncomingSignatureParts.AddParts(signedParts, fault.
Action
);
364
requirements.IncomingEncryptionParts.AddParts(encryptedParts, fault.
Action
);
368
requirements.OutgoingSignatureParts.AddParts(signedParts, fault.
Action
);
369
requirements.OutgoingEncryptionParts.AddParts(encryptedParts, fault.
Action
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (1)
1391
if (protectionRequirements.OutgoingEncryptionParts.TryGetParts(fault.
Action
, out parts))