1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
628this.channel = channel;
7 references to channel
System.ServiceModel (7)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (7)
637lock (this.channel) 652get { return this.channel; } 670return this.BeginCloseOutputSession(this.channel.DefaultCloseTimeout, callback, state); 675return this.channel.BeginCloseOutputSession(timeout, callback, state); 680this.channel.EndCloseOutputSession(result); 685this.CloseOutputSession(this.channel.DefaultCloseTimeout); 690this.channel.CloseOutputSession(timeout);