aboutsummaryrefslogtreecommitdiff
path: root/SocketHttpListener.Portable/Net/HttpListener.cs
diff options
context:
space:
mode:
Diffstat (limited to 'SocketHttpListener.Portable/Net/HttpListener.cs')
-rw-r--r--SocketHttpListener.Portable/Net/HttpListener.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/SocketHttpListener.Portable/Net/HttpListener.cs b/SocketHttpListener.Portable/Net/HttpListener.cs
index 83660100a..2b0f75d01 100644
--- a/SocketHttpListener.Portable/Net/HttpListener.cs
+++ b/SocketHttpListener.Portable/Net/HttpListener.cs
@@ -28,7 +28,6 @@ namespace SocketHttpListener.Net
HttpListenerPrefixCollection prefixes;
AuthenticationSchemeSelector auth_selector;
string realm;
- bool ignore_write_exceptions;
bool unsafe_ntlm_auth;
bool listening;
bool disposed;
@@ -92,16 +91,6 @@ namespace SocketHttpListener.Net
}
}
- public bool IgnoreWriteExceptions
- {
- get { return ignore_write_exceptions; }
- set
- {
- CheckDisposed();
- ignore_write_exceptions = value;
- }
- }
-
public bool IsListening
{
get { return listening; }