Add test for HttpClient (#62)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace ProxyInterfaceConsumer.Http
|
||||
{
|
||||
[ProxyInterfaceGenerator.Proxy(typeof(System.Net.Http.HttpClient, true))]
|
||||
public partial interface IHttpClient : IHttpMessageInvoker
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
[ProxyInterfaceGenerator.Proxy(typeof(System.Net.Http.HttpMessageInvoker))]
|
||||
public partial interface IHttpMessageInvoker
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user