2 overrides of IsFault
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
958public override bool IsFault 1161public override bool IsFault
9 references to IsFault
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestReplyCorrelator.cs (1)
93if (info.HasFaultTo && (reply.IsFault))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
929if ((operation.ReplyAction != MessageHeaders.WildcardAction) && !rpc.Reply.IsFault && rpc.Reply.Headers.Action != null)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (2)
1043if (response.IsFault) 1134if (response.IsFault)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
883requestMessageIsFault = request.RequestMessage.IsFault;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
451if (reply.IsFault)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
395if (message.IsFault)
FrameworkFork\System.ServiceModel\System\ServiceModel\ProtocolException.cs (2)
18if (message.IsFault) 42if (message.IsFault)