You've already forked linux-packaging-mono
12 lines
231 B
C#
12 lines
231 B
C#
using System;
|
|
using System.Reflection;
|
|
|
|
namespace System.Net.Http {
|
|
public partial class HttpClient {
|
|
static HttpMessageHandler CreateDefaultHandler ()
|
|
{
|
|
return ObjCRuntime.RuntimeOptions.GetHttpMessageHandler ();
|
|
}
|
|
}
|
|
}
|