2 instantiations of FaultContractAttribute
System.ServiceModel (2)
System\ServiceModel\Security\WSTrustDec2005.cs (1)
183
[
FaultContract
(typeof(string), Action = "*", ProtectionLevel = System.Net.Security.ProtectionLevel.Sign)]
System\ServiceModel\Security\WSTrustFeb2005.cs (1)
273
[
FaultContract
(typeof(string), Action = "*", ProtectionLevel = System.Net.Security.ProtectionLevel.Sign)]
8 references to FaultContractAttribute
System.ServiceModel (8)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
661
CodeAttributeDeclaration faultContractAttr = new CodeAttributeDeclaration(context.ServiceContractGenerator.GetCodeTypeReference(typeof(
FaultContractAttribute
)));
System\ServiceModel\Description\TypeLoader.cs (7)
924
object[] methodAttributes = ServiceReflector.GetCustomAttributes(methodInfo, typeof(
FaultContractAttribute
), false);
933
FaultContractAttribute
knownFault = (
FaultContractAttribute
)methodAttributes[i];
1047
FaultDescription CreateFaultDescription(
FaultContractAttribute
attr,
1625
typeof(
FaultContractAttribute
).Name)));
1746
typeof(
FaultContractAttribute
).Name)));
1868
typeof(
FaultContractAttribute
).Name)));