diff options
Diffstat (limited to 'src/main.lib/Services/ProxyService.cs')
-rw-r--r-- | src/main.lib/Services/ProxyService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.lib/Services/ProxyService.cs b/src/main.lib/Services/ProxyService.cs index 10ba47d..22e0353 100644 --- a/src/main.lib/Services/ProxyService.cs +++ b/src/main.lib/Services/ProxyService.cs @@ -46,7 +46,7 @@ namespace PKISharp.WACS.Services /// Get proxy server to use for web requests /// </summary> /// <returns></returns> - public IWebProxy GetWebProxy() + public IWebProxy? GetWebProxy() { if (_proxy == null) { |