6 writes to FaultReply
System.ServiceModel (6)
System\ServiceModel\Channels\ReliableChannelListener.cs (2)
819
info.
FaultReply
= WsrmUtilities.CreateEndpointNotFoundFault(this.MessageVersion, SR.GetString(SR.RMEndpointNotFoundReason, this.Uri));
825
info.
FaultReply
= WsrmUtilities.CreateCSRefusedServerTooBusyFault(this.MessageVersion, this.ReliableMessagingVersion, SR.GetString(SR.ServerTooBusy, this.Uri));
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (3)
3503
info.
FaultReply
= WsrmUtilities.CreateCSRefusedProtocolFault(listener.MessageVersion,
3526
info.
FaultReply
= faultReply;
3542
info.
FaultReply
= CreateEndpointNotFoundFault(listener.MessageVersion, SR.GetString(SR.EndpointNotFound, info.CreateSequenceInfo.To));
System\ServiceModel\Channels\WsrmMessageInfo.cs (1)
629
messageInfo.
FaultReply
= exception.FaultReply;
12 references to FaultReply
System.ServiceModel (12)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
416
else if (info.
FaultReply
!= null)
419
this.OnLocalFault(throwException ? null : e, info.
FaultReply
, context);
System\ServiceModel\Channels\ReliableChannelListener.cs (6)
996
if (info.
FaultReply
!= null)
998
faultReply = info.
FaultReply
;
1024
faultReply = info.
FaultReply
;
1443
if (info.
FaultReply
!= null)
1445
faultReply = info.
FaultReply
;
1468
faultReply = info.
FaultReply
;
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1918
this.ReliableSession.OnLocalFault(info.FaultException, info.
FaultReply
, null);
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (2)
607
this.ReliableSession.OnLocalFault(info.FaultException, info.
FaultReply
, null);
1022
this.ReliableSession.OnLocalFault(info.FaultException, info.
FaultReply
, context);
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
935
this.session.OnLocalFault(info.FaultException, info.
FaultReply
, context);