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