11 lines
156 B
C#
11 lines
156 B
C#
namespace System.Net.Http
|
|
{
|
|
partial class HttpClient
|
|
{
|
|
static HttpMessageHandler CreateDefaultHandler()
|
|
{
|
|
return new HttpClientHandler();
|
|
}
|
|
}
|
|
}
|