1 write to parent
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
897
this.
parent
= parent;
6 references to parent
System.ServiceModel (6)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (6)
945
if (!
parent
.connection.AddMessage(message, timeout, this))
946
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(this.
parent
.GetInvalidAddException());
1013
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(this.
parent
.CreateClosedException());
1017
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(this.
parent
.GetTerminalException());
1033
WsrmFault fault = SequenceTerminatedFault.CreateCommunicationFault(this.
parent
.session.InputID,
1035
this.
parent
.session.OnLocalFault(null, fault, null);