5 references to UnsupportedCloseExceptionString
System.ServiceModel.Primitives (5)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
474
return SequenceTerminatedFault.CreateProtocolFault(OutputID, SRP.SequenceTerminatedUnsupportedClose, SRP.
UnsupportedCloseExceptionString
);
898
return SequenceTerminatedFault.CreateProtocolFault(OutputID, SRP.SequenceTerminatedUnsupportedClose, SRP.
UnsupportedCloseExceptionString
);
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
501
string exceptionString = SRP.
UnsupportedCloseExceptionString
;
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
525
string exceptionString = SRP.
UnsupportedCloseExceptionString
;
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
534
string exceptionString = SRP.
UnsupportedCloseExceptionString
;