More search replace

This commit is contained in:
Adam Hathcock
2024-05-22 10:58:00 +01:00
parent ae8133ad2d
commit ad0caacc10
23 changed files with 47 additions and 48 deletions
@@ -2,8 +2,8 @@ using System.Net.Http;
namespace ProxyInterfaceConsumer.Http;
[ProxyInterfaceGenerator.Proxy(typeof(HttpClient), true)]
[Speckle.ProxyGenerator.Proxy(typeof(HttpClient), true)]
public partial interface IHttpClient : IHttpMessageInvoker { }
[ProxyInterfaceGenerator.Proxy(typeof(HttpMessageInvoker))]
[Speckle.ProxyGenerator.Proxy(typeof(HttpMessageInvoker))]
public partial interface IHttpMessageInvoker { }