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