1 write to channelManager
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelBase.cs (1)
21this.channelManager = channelManager;
7 references to channelManager
System.ServiceModel (7)
System\ServiceModel\Channels\ChannelBase.cs (7)
52get { return ((IDefaultCommunicationTimeouts)this.channelManager).CloseTimeout; } 57get { return ((IDefaultCommunicationTimeouts)this.channelManager).OpenTimeout; } 62get { return ((IDefaultCommunicationTimeouts)this.channelManager).ReceiveTimeout; } 67get { return ((IDefaultCommunicationTimeouts)this.channelManager).SendTimeout; } 74return channelManager; 80IChannelFactory factory = this.channelManager as IChannelFactory; 86IChannelListener listener = this.channelManager as IChannelListener;