15 references to InternalOpenTimeout
System.ServiceModel (15)
System\ServiceModel\Channels\ChannelAcceptor.cs (1)
31get { return this.channelManager.InternalOpenTimeout; }
System\ServiceModel\Channels\PeerMessageDispatcher.cs (1)
83get { return channelManager.InternalOpenTimeout; }
System\ServiceModel\Channels\ReliableChannelListener.cs (8)
1669binder.Open(this.InternalOpenTimeout); 1695binder.Open(this.InternalOpenTimeout); 1721binder.Open(this.InternalOpenTimeout); 1760binder.Open(this.InternalOpenTimeout); 1798binder.Open(this.InternalOpenTimeout); 1824binder.Open(this.InternalOpenTimeout); 1851binder.Open(this.InternalOpenTimeout); 1890binder.Open(this.InternalOpenTimeout);
System\ServiceModel\Channels\ServiceChannel.cs (2)
316return factory.InternalOpenTimeout; 320return this.ChannelDispatcher.InternalOpenTimeout;
System\ServiceModel\ClientBase.cs (2)
488((ICommunicationObject)this).Open(GetChannelFactory().InternalOpenTimeout); 720return ((ICommunicationObject)this).BeginOpen(GetChannelFactory().InternalOpenTimeout, callback, state);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
540this.openTimeout = this.securityChannelListener.InternalOpenTimeout;