summaryrefslogtreecommitdiffstats
path: root/src/main.lib/Services/ProxyService.cs
diff options
context:
space:
mode:
authorWouter Tinus <win.acme.simple@gmail.com>2019-12-14 09:02:22 +0100
committerWouter Tinus <win.acme.simple@gmail.com>2019-12-14 09:02:22 +0100
commit598a42efffcd11b308bfc7cb2a15e021a99e442d (patch)
tree8b7afedd3d662fac603a8b7c22791b67b6372b28 /src/main.lib/Services/ProxyService.cs
parentf084f256ed0fda699acdb86c51f95b1e5478c34f (diff)
downloadletsencrypt-win-simple-598a42efffcd11b308bfc7cb2a15e021a99e442d.zip
letsencrypt-win-simple-598a42efffcd11b308bfc7cb2a15e021a99e442d.tar.gz
letsencrypt-win-simple-598a42efffcd11b308bfc7cb2a15e021a99e442d.tar.bz2
null annotations progress
Diffstat (limited to 'src/main.lib/Services/ProxyService.cs')
-rw-r--r--src/main.lib/Services/ProxyService.cs2
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)
{