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