1 write to _channelManager
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBase.cs (1)
21_channelManager = channelManager;
7 references to _channelManager
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBase.cs (7)
46get { return ((IDefaultCommunicationTimeouts)_channelManager).CloseTimeout; } 51get { return ((IDefaultCommunicationTimeouts)_channelManager).OpenTimeout; } 56get { return ((IDefaultCommunicationTimeouts)_channelManager).ReceiveTimeout; } 61get { return ((IDefaultCommunicationTimeouts)_channelManager).SendTimeout; } 68return _channelManager; 74IChannelFactory factory = _channelManager as IChannelFactory; 80IChannelListener listener = _channelManager as IChannelListener;