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)
338
((ICommunicationObject)this).Close(GetChannelFactory().
InternalCloseTimeout
);
343
var timeout = GetChannelFactory().
InternalCloseTimeout
;
596
return ((ICommunicationObject)this).BeginClose(GetChannelFactory().
InternalCloseTimeout
, callback, state);