default options if null (#10)
This commit is contained in:
@@ -6,5 +6,5 @@ namespace ProxyInterfaceConsumer.Http;
|
||||
[Speckle.ProxyGenerator.Proxy(typeof(HttpClient), ImplementationOptions.ProxyBaseClasses)]
|
||||
public partial interface IHttpClient : IHttpMessageInvoker { }
|
||||
|
||||
[Speckle.ProxyGenerator.Proxy(typeof(HttpMessageInvoker))]
|
||||
[Speckle.ProxyGenerator.Proxy(typeof(HttpMessageInvoker), ImplementationOptions.None)]
|
||||
public partial interface IHttpMessageInvoker { }
|
||||
|
||||
Reference in New Issue
Block a user