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