1 write to _channel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
636
_channel
= channel;
4 references to _channel
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (4)
652
_channel
.Send(message, timeout);
681
IAsyncResult result = context.
_channel
.BeginSend(message, timeout, s_onSend, this);
686
context.
_channel
.EndSend(result);
708
thisPtr._context.
_channel
.EndSend(result);