aboutsummaryrefslogtreecommitdiff
path: root/SocketHttpListener/Net/HttpListener.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2018-12-13 18:40:51 +0100
committerBond_009 <bond.009@outlook.com>2018-12-30 22:44:38 +0100
commit3d3ec3588b523bd6f47795886ef9bdaebc850f95 (patch)
tree7e70c8a7cff36a5875c6152c1907f8fe0170d8bb /SocketHttpListener/Net/HttpListener.cs
parent0f8b3c634708ce8e7b2e2ae6fed87b6b943b5bca (diff)
Mark where ILogger is being set to null
Diffstat (limited to 'SocketHttpListener/Net/HttpListener.cs')
-rw-r--r--SocketHttpListener/Net/HttpListener.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/SocketHttpListener/Net/HttpListener.cs b/SocketHttpListener/Net/HttpListener.cs
index fffecae63..3b21387e0 100644
--- a/SocketHttpListener/Net/HttpListener.cs
+++ b/SocketHttpListener/Net/HttpListener.cs
@@ -58,6 +58,7 @@ namespace SocketHttpListener.Net
auth_schemes = AuthenticationSchemes.Anonymous;
}
+ // TODO: @bond NullLogger
public HttpListener(X509Certificate certificate, ICryptoProvider cryptoProvider, ISocketFactory socketFactory, INetworkManager networkManager, ITextEncoding textEncoding, IStreamHelper streamHelper, IFileSystem fileSystem, IEnvironmentInfo environmentInfo)
:this(null, certificate, cryptoProvider, socketFactory, networkManager, textEncoding, streamHelper, fileSystem, environmentInfo)
{