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