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)
265this.SendTimeout = source.SendTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CustomBinding.cs (1)
103this.SendTimeout = binding.SendTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (1)
39this.SendTimeout = wsHttpBinding.SendTimeout;
2 references to SendTimeout
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CustomBinding.cs (1)
103this.SendTimeout = binding.SendTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (1)
39this.SendTimeout = wsHttpBinding.SendTimeout;