6 overrides of IsFault
System.ServiceModel (4)
System\ServiceModel\Channels\DelegatingMessage.cs (1)
30
public override bool
IsFault
System\ServiceModel\Channels\Message.cs (2)
999
public override bool
IsFault
1226
public override bool
IsFault
System\ServiceModel\Security\ImpersonatingMessage.cs (1)
31
public override bool
IsFault
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\ByteStreamMessage.cs (1)
197
public override bool
IsFault
System.ServiceModel.Web (1)
System\ServiceModel\Channels\HttpStreamMessage.cs (1)
65
public override bool
IsFault
30 references to IsFault
System.ServiceModel (24)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
860
if (response.
IsFault
)
System\ServiceModel\Channels\DelegatingMessage.cs (1)
32
get { return this.innerMessage.
IsFault
; }
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
2918
if (message.
IsFault
)
System\ServiceModel\Channels\HttpPipeline.cs (1)
713
httpResponseMessage.StatusCode = message.
IsFault
? HttpStatusCode.InternalServerError : HttpStatusCode.OK;
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
214
if (response.
IsFault
)
System\ServiceModel\Channels\RequestReplyCorrelator.cs (1)
94
if (info.HasFaultTo && (reply.
IsFault
))
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
347
if (!faultMessage.
IsFault
)
System\ServiceModel\Channels\ServiceChannel.cs (1)
994
if ((operation.ReplyAction != MessageHeaders.WildcardAction) && !rpc.Reply.
IsFault
&& rpc.Reply.Headers.Action != null)
System\ServiceModel\Channels\WsrmMessageInfo.cs (2)
241
isFault = message.
IsFault
;
564
if (messageInfo.sequencedMessageInfo == null && message.
IsFault
)
System\ServiceModel\Description\MetadataExchangeClient.cs (2)
1085
if (response.
IsFault
)
1177
if (response.
IsFault
)
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
1040
if ((reply != null) && reply.
IsFault
)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
1226
requestMessageIsFault = request.RequestMessage.
IsFault
;
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
451
if (reply.
IsFault
)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
471
if (message.
IsFault
)
System\ServiceModel\ProtocolException.cs (2)
21
if (message.
IsFault
)
45
if (message.
IsFault
)
System\ServiceModel\Security\ImpersonatingMessage.cs (1)
33
get { return this.innerMessage.
IsFault
; }
System\ServiceModel\Security\SecuritySessionClientSettings.cs (2)
1135
if (unverifiedMessage.
IsFault
)
2908
if (unverifiedReply.
IsFault
)
System\ServiceModel\Security\SecurityUtils.cs (1)
1256
if (message.
IsFault
)
System\ServiceModel\Security\SecurityVerifiedMessage.cs (1)
100
return this.InnerMessage.
IsFault
;
System\ServiceModel\Security\WSTrustChannel.cs (1)
394
if (response.
IsFault
)
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedHttpContext.cs (1)
485
if (message.
IsFault
)
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\FromReply.cs (1)
88
if (inMessage.
IsFault
)
System\ServiceModel\Activities\WorkflowOperationContext.cs (1)
553
if (faultMessage != null && faultMessage.
IsFault
)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\MessageExtensionMethods.cs (1)
170
message.
IsFault
? HttpStatusCode.InternalServerError : HttpStatusCode.OK;
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (1)
181
if (responseMsg == null || !responseMsg.
IsFault
)
System\ServiceModel\Routing\SoapProcessingBehavior.cs (1)
233
if (source.
IsFault
)