3 implementations of SendTimeout
System.ServiceModel.Primitives (3)
netstandard.cs (3)
1246public System.TimeSpan SendTimeout { get { return default; } set { } } 1322System.TimeSpan System.ServiceModel.IDefaultCommunicationTimeouts.SendTimeout { get { return default; } } 1361System.TimeSpan System.ServiceModel.IDefaultCommunicationTimeouts.SendTimeout { get { return default; } }
1 reference to SendTimeout
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\Connection.cs (1)
92WriteTimeout = TimeoutHelper.ToMilliseconds(defaultTimeouts.SendTimeout);