1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
2758
this.
channel
= channel;
3 references to channel
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableChannelBinder.cs (3)
2802
if (this.
channel
!= null)
2804
result = this.binder.BeginCloseChannel(this.
channel
,
2825
this.binder.EndCloseChannel(this.
channel
, result);