1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
1234this.channel = channel;
2 references to channel
System.ServiceModel (2)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
1239IAsyncResult result = this.channel.BeginReceive(timeout, onReceive, this); 1309this.message = this.channel.EndReceive(result);