1 write to _channel
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\OutputChannelBinder.cs (1)
23_channel = channel;
8 references to _channel
System.ServiceModel.Primitives (8)
System\ServiceModel\Dispatcher\OutputChannelBinder.cs (8)
28get { return _channel; } 33get { return _channel is ISessionChannel<IOutputSession>; } 51get { return _channel.RemoteAddress; } 56_channel.Abort(); 61_channel.Close(timeout); 81return _channel.BeginSend(message, timeout, callback, state); 86_channel.EndSend(result); 91_channel.Send(message, timeout);