1 write to parent
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
330
this.
parent
= parent;
5 references to parent
System.ServiceModel (5)
System\ServiceModel\Channels\ReliableChannelListener.cs (5)
336
if (this.
parent
.ShouldCloseOnChannelListenerClose())
340
IAsyncResult result = this.
parent
.BeginCloseInnerListener(
377
this.
parent
.EndCloseInnerListener(result);
378
this.
parent
.closed = true;
379
this.
parent
.faultHelper.Abort();