1 write to parent
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
1058
this.
parent
= parent;
5 references to parent
System.ServiceModel (5)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (5)
1073
this.Complete(false,
parent
.CreateClosedException());
1081
this.Complete(false,
parent
.GetTerminalException());
1091
if (!
parent
.connection.EndAddMessage(result))
1092
completeException = this.
parent
.GetInvalidAddException();
1109
parent
.connection.BeginAddMessage(message, timeout, this, Fx.ThunkCallback(new AsyncCallback(AddCompleted)), null);