Property BodyTimeout
BodyTimeout
The body's own budget. HttpClient.Timeout stops applying once the response headers
are read, so without this a stalled body hangs forever.
public TimeSpan BodyTimeout { get; set; }
The body's own budget. HttpClient.Timeout stops applying once the response headers
are read, so without this a stalled body hangs forever.
public TimeSpan BodyTimeout { get; set; }