1 write to _channel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
25_channel = channel;
11 references to _channel
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InputChannelBinder.cs (11)
31get { return _channel; } 36get { return _channel is ISessionChannel<IInputSession>; } 46get { return _channel.LocalAddress; } 59_channel.Abort(); 64_channel.Close(timeout); 69return _channel.BeginTryReceive(timeout, callback, state); 75if (_channel.EndTryReceive(result, out message)) 110if (_channel.TryReceive(timeout, out message)) 139return _channel.WaitForMessage(timeout); 144return _channel.BeginWaitForMessage(timeout, callback, state); 149return _channel.EndWaitForMessage(result);