10 references to InternalCloseTimeout
System.ServiceModel (10)
System\ServiceModel\Channels\ChannelAcceptor.cs (1)
26get { return this.channelManager.InternalCloseTimeout; }
System\ServiceModel\Channels\HttpRequestContext.cs (1)
34: base(requestMessage, listener.InternalCloseTimeout, listener.InternalSendTimeout)
System\ServiceModel\Channels\PeerMessageDispatcher.cs (1)
78get { return channelManager.InternalCloseTimeout; }
System\ServiceModel\Channels\ServiceChannel.cs (2)
225return factory.InternalCloseTimeout; 229return this.ChannelDispatcher.InternalCloseTimeout;
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
1581channel.Session.CloseOutputSession(channel.InternalCloseTimeout);
System\ServiceModel\ClientBase.cs (2)
524((ICommunicationObject)this).Close(GetChannelFactory().InternalCloseTimeout); 705return ((ICommunicationObject)this).BeginClose(GetChannelFactory().InternalCloseTimeout, callback, state);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
541this.closeTimeout = this.securityChannelListener.InternalCloseTimeout; 3536: base(requestMessage, channel.InternalCloseTimeout, channel.InternalSendTimeout)