2 writes to asyncReceiveTimeout
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
93
this.asyncSendTimeout = this.
asyncReceiveTimeout
= TimeSpan.MaxValue;
1455
this.
asyncReceiveTimeout
= timeout;
4 references to asyncReceiveTimeout
System.ServiceModel (4)
System\ServiceModel\Channels\SocketConnection.cs (4)
252
thisPtr.Abort(SR.GetString(SR.SocketAbortedReceiveTimedOut, thisPtr.
asyncReceiveTimeout
), TransferOperation.Read);
1210
throw DiagnosticUtility.ExceptionUtility.ThrowHelper(ConvertReceiveException(socketException, TimeSpan.MaxValue, this.
asyncReceiveTimeout
), ExceptionEventType);
1279
this.asyncReadException = ConvertReceiveException(socketException, TimeSpan.MaxValue, this.
asyncReceiveTimeout
);
1315
asyncReadException = ConvertReceiveException(socketException, TimeSpan.MaxValue, this.
asyncReceiveTimeout
);