6 references to InternalCloseTimeout
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\CommunicationObject.cs (1)
1143return communicationObject.InternalCloseTimeout;
System\ServiceModel\Channels\ServiceChannel.cs (2)
194return Factory.InternalCloseTimeout; 198return ChannelDispatcher.InternalCloseTimeout;
System\ServiceModel\ClientBase.cs (3)
338((ICommunicationObject)this).Close(GetChannelFactory().InternalCloseTimeout); 343var timeout = GetChannelFactory().InternalCloseTimeout; 596return ((ICommunicationObject)this).BeginClose(GetChannelFactory().InternalCloseTimeout, callback, state);