1 write to _channel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OutputChannelBinder.cs (1)
24_channel = channel;
8 references to _channel
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OutputChannelBinder.cs (8)
29get { return _channel; } 34get { return _channel is ISessionChannel<IOutputSession>; } 52get { return _channel.RemoteAddress; } 57_channel.Abort(); 62_channel.Close(timeout); 82return _channel.BeginSend(message, timeout, callback, state); 87_channel.EndSend(result); 92_channel.Send(message, timeout);