1 write to _channel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ReplyChannelBinder.cs (1)
25_channel = channel;
8 references to _channel
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ReplyChannelBinder.cs (8)
31get { return _channel; } 36get { return _channel is ISessionChannel<IInputSession>; } 46get { return _channel.LocalAddress; } 59_channel.Abort(); 64_channel.Close(timeout); 69return _channel.BeginTryReceiveRequest(timeout, callback, state); 74return _channel.EndTryReceiveRequest(result, out requestContext); 109return _channel.TryReceiveRequest(timeout, out requestContext);