5 references to InternalCloseTimeout
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (1)
800return communicationObject.InternalCloseTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
217return _factory.InternalCloseTimeout; 221return ChannelDispatcher.InternalCloseTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (2)
175((ICommunicationObject)this).Close(_channelFactory.InternalCloseTimeout); 281return ((ICommunicationObject)this).BeginClose(_channelFactory.InternalCloseTimeout, callback, state);