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)
262
this.
CloseTimeout
= source.CloseTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CustomBinding.cs (1)
100
this.
CloseTimeout
= binding.CloseTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (1)
36
this.
CloseTimeout
= wsHttpBinding.CloseTimeout;
3 references to CloseTimeout
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
59
return this.Endpoint.Binding.
CloseTimeout
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CustomBinding.cs (1)
100
this.CloseTimeout = binding.
CloseTimeout
;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (1)
36
this.CloseTimeout = wsHttpBinding.
CloseTimeout
;