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