1 write to channel
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
680this.channel = channel;
4 references to channel
System.ServiceModel (4)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (4)
696this.channel.Send(message, timeout); 726IAsyncResult result = context.channel.BeginSend(message, timeout, onSend, this); 731context.channel.EndSend(result); 753thisPtr.context.channel.EndSend(result);