2 writes to socketSyncSendTimeout
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
94
this.
socketSyncSendTimeout
= this.socketSyncReceiveTimeout = TimeSpan.MaxValue;
1487
this.
socketSyncSendTimeout
= timeout;
3 references to socketSyncSendTimeout
System.ServiceModel (3)
System\ServiceModel\Channels\SocketConnection.cs (3)
570
ConvertSendException(socketException, TimeSpan.MaxValue, this.
socketSyncSendTimeout
), ExceptionEventType);
1049
ConvertSendException(socketException, timeoutHelper.RemainingTime(), this.
socketSyncSendTimeout
), ExceptionEventType);
1480
if (ShouldUpdateTimeout(this.
socketSyncSendTimeout
, timeout))