1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1936this.channel = channel;
5 references to channel
System.ServiceModel (5)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (5)
1941return this.BeginCloseOutputSession(this.channel.DefaultCloseTimeout, callback, state); 1946return channel.OnBeginCloseOutputSession(timeout, callback, state); 1951channel.OnEndCloseOutputSession(result); 1956this.CloseOutputSession(this.channel.DefaultCloseTimeout); 1961channel.OnCloseOutputSession(timeout);