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