Implemented interface member:
property
CloseTimeout
System.ServiceModel.IDefaultCommunicationTimeouts.CloseTimeout
3 writes to CloseTimeout
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Binding.cs (1)
262this.CloseTimeout = source.CloseTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CustomBinding.cs (1)
100this.CloseTimeout = binding.CloseTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (1)
36this.CloseTimeout = wsHttpBinding.CloseTimeout;
3 references to CloseTimeout
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
59return this.Endpoint.Binding.CloseTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CustomBinding.cs (1)
100this.CloseTimeout = binding.CloseTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (1)
36this.CloseTimeout = wsHttpBinding.CloseTimeout;