Implemented interface member:
property
SendTimeout
System.ServiceModel.IDefaultCommunicationTimeouts.SendTimeout
3 writes to SendTimeout
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Binding.cs (1)
265
this.
SendTimeout
= source.SendTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CustomBinding.cs (1)
103
this.
SendTimeout
= binding.SendTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (1)
39
this.
SendTimeout
= wsHttpBinding.SendTimeout;
2 references to SendTimeout
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CustomBinding.cs (1)
103
this.SendTimeout = binding.
SendTimeout
;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (1)
39
this.SendTimeout = wsHttpBinding.
SendTimeout
;