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