7 references to IsFault
Contract.Message.IntegrationTests (1)
MessageTests.4.0.0.cs (1)
41
Assert.False(replyMessage.
IsFault
);
Microsoft.Svcutil.NamedPipeMetadataImporter (1)
NamedPipeMetadataImporter.cs (1)
85
if (!response.
IsFault
)
System.ServiceModel.Federation (2)
System\ServiceModel\Federation\WSTrustChannel.cs (1)
362
if (response.
IsFault
)
System\ServiceModel\Security\SecurityUtils.cs (1)
15
if (message.
IsFault
)
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
657
if (message.
IsFault
)
System.ServiceModel.Primitives.Tests (2)
Channels\MessageTest.cs (2)
93
Assert.True(message.
IsFault
);
103
Assert.True(message.
IsFault
);