2 instantiations of ReceivedFault
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (2)
670
return new
ReceivedFault
(code, reason, actor, node, detail, version);
732
return new
ReceivedFault
(code, reason, actor, actor, detail, EnvelopeVersion.Soap11);
7 references to ReceivedFault
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (7)
72
fault =
ReceivedFault
.CreateFault12(reader, maxBufferSize);
76
fault =
ReceivedFault
.CreateFault11(reader, maxBufferSize);
80
fault =
ReceivedFault
.CreateFaultNone(reader, maxBufferSize);
629
public static
ReceivedFault
CreateFaultNone(XmlDictionaryReader reader, int maxBufferSize)
634
private static
ReceivedFault
CreateFault12Driver(XmlDictionaryReader reader, int maxBufferSize, EnvelopeVersion version)
691
public static
ReceivedFault
CreateFault12(XmlDictionaryReader reader, int maxBufferSize)
703
public static
ReceivedFault
CreateFault11(XmlDictionaryReader reader, int maxBufferSize)