4 references to InternalOpenTimeout
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
308
return _factory.
InternalOpenTimeout
;
312
return ChannelDispatcher.
InternalOpenTimeout
;
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (2)
160
((ICommunicationObject)this).Open(_channelFactory.
InternalOpenTimeout
);
296
return ((ICommunicationObject)this).BeginOpen(_channelFactory.
InternalOpenTimeout
, callback, state);