1 write to _channel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\RequestChannelBinder.cs (1)
21_channel = channel;
11 references to _channel
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\RequestChannelBinder.cs (11)
26get { return _channel; } 31get { return _channel is ISessionChannel<IOutputSession>; } 46get { return _channel.RemoteAddress; } 51_channel.Abort(); 56_channel.Close(timeout); 76return _channel.BeginRequest(message, timeout, callback, state); 81ValidateNullReply(_channel.EndRequest(result)); 86ValidateNullReply(_channel.Request(message, timeout)); 91return _channel.BeginRequest(message, timeout, callback, state); 96return _channel.EndRequest(result); 106return _channel.Request(message, timeout);