14 lines
346 B
C#
14 lines
346 B
C#
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
|
|
{
|
|
|
|
}
|
|
} |