2017-04-10 11:41:01 +00:00
|
|
|
// Licensed to the .NET Foundation under one or more agreements.
|
|
|
|
// The .NET Foundation licenses this file to you under the MIT license.
|
|
|
|
// See the LICENSE file in the project root for more information.
|
|
|
|
|
2019-04-12 14:10:50 +00:00
|
|
|
namespace System.Net.Http
|
2017-04-10 11:41:01 +00:00
|
|
|
{
|
2019-04-12 14:10:50 +00:00
|
|
|
partial class HttpClientHandler : HttpMessageHandler
|
|
|
|
{
|
|
|
|
static IMonoHttpClientHandler CreateDefaultHandler () => new MonoWebRequestHandler ();
|
|
|
|
}
|
2017-04-10 11:41:01 +00:00
|
|
|
}
|