2 writes to socketSyncReceiveTimeout
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
94this.socketSyncSendTimeout = this.socketSyncReceiveTimeout = TimeSpan.MaxValue; 1450this.socketSyncReceiveTimeout = timeout;
2 references to socketSyncReceiveTimeout
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
1113ConvertReceiveException(socketException, timeoutHelper.RemainingTime(), this.socketSyncReceiveTimeout), ExceptionEventType); 1440if (ShouldUpdateTimeout(this.socketSyncReceiveTimeout, timeout))