Implemented interface member:
property
OpenTimeout
System.ServiceModel.IDefaultCommunicationTimeouts.OpenTimeout
3 writes to OpenTimeout
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Binding.cs (1)
263
this.
OpenTimeout
= source.OpenTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CustomBinding.cs (1)
101
this.
OpenTimeout
= binding.OpenTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (1)
37
this.
OpenTimeout
= wsHttpBinding.OpenTimeout;
3 references to OpenTimeout
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
74
return this.Endpoint.Binding.
OpenTimeout
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CustomBinding.cs (1)
101
this.OpenTimeout = binding.
OpenTimeout
;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (1)
37
this.OpenTimeout = wsHttpBinding.
OpenTimeout
;