ef583813eb
Former-commit-id: 943baa9f16a098c33e129777827f3a9d20da00d6
11 lines
156 B
C#
11 lines
156 B
C#
namespace System.Net.Http
|
|
{
|
|
partial class HttpClient
|
|
{
|
|
static HttpMessageHandler CreateDefaultHandler()
|
|
{
|
|
return new HttpClientHandler();
|
|
}
|
|
}
|
|
}
|