From f1fe5085050d6bda8a1c9112b07c6520a7421087 Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Mon, 9 Aug 2021 20:46:50 -0400 Subject: [PATCH] Add proxy info --- Startup.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Startup.cs b/Startup.cs index 0c8b668..3dec5ef 100644 --- a/Startup.cs +++ b/Startup.cs @@ -1,4 +1,5 @@ using System; +using System.Net; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks;