1 write to _channel
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\RequestChannelBinder.cs (1)
22_channel = channel;
11 references to _channel
System.ServiceModel.Primitives (11)
System\ServiceModel\Dispatcher\RequestChannelBinder.cs (11)
27get { return _channel; } 32get { return _channel is ISessionChannel<IOutputSession>; } 47get { return _channel.RemoteAddress; } 52_channel.Abort(); 57_channel.Close(timeout); 77return _channel.BeginRequest(message, timeout, callback, state); 82ValidateNullReply(_channel.EndRequest(result)); 87ValidateNullReply(_channel.Request(message, timeout)); 92return _channel.BeginRequest(message, timeout, callback, state); 97return _channel.EndRequest(result); 107return _channel.Request(message, timeout);