1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1729this.channel = channel;
5 references to channel
System.ServiceModel (5)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (5)
1734return this.BeginCloseOutputSession(this.channel.DefaultCloseTimeout, callback, state); 1739return channel.OnBeginCloseOutputSession(timeout, callback, state); 1744channel.OnEndCloseOutputSession(result); 1749this.CloseOutputSession(this.channel.DefaultCloseTimeout); 1754channel.OnCloseOutputSession(timeout);