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)
263this.OpenTimeout = source.OpenTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CustomBinding.cs (1)
101this.OpenTimeout = binding.OpenTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (1)
37this.OpenTimeout = wsHttpBinding.OpenTimeout;
3 references to OpenTimeout
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
74return this.Endpoint.Binding.OpenTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CustomBinding.cs (1)
101this.OpenTimeout = binding.OpenTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (1)
37this.OpenTimeout = wsHttpBinding.OpenTimeout;