Imported Upstream version 6.0.0.300

Former-commit-id: 5d008a9f41819eeae8c2feef3b41fc6cbf03e9fb
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-06-14 08:42:46 +00:00
parent a63e3f0156
commit 860af8198e
52 changed files with 68 additions and 39 deletions

View File

@@ -78,5 +78,8 @@ namespace System.Net.Http
}
Task<HttpResponseMessage> SendAsync (HttpRequestMessage request, CancellationToken cancellationToken);
// Only used by MonoWebRequestHandler and ignored by the other handlers.
void SetWebRequestTimeout (TimeSpan timeout);
}
}