Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <mabaul@microsoft.com>2017-05-09 18:22:19 +0300
committerGitHub <noreply@github.com>2017-05-09 18:22:19 +0300
commit280f222afa4eacc502317e41658a125887b207b8 (patch)
treeb1fe408b60009ba3dfe0b28aefad88c4776c0386 /mcs/class/referencesource
parent94a0d737321377390b9ba26b2e35cefe8584bff6 (diff)
[System]: Remove 'SECURITY_DEP' conditional from HttpListener and related classes. (#4810)
Diffstat (limited to 'mcs/class/referencesource')
-rw-r--r--mcs/class/referencesource/System/net/System/Net/AuthenticationSchemeSelector.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/referencesource/System/net/System/Net/AuthenticationSchemeSelector.cs b/mcs/class/referencesource/System/net/System/Net/AuthenticationSchemeSelector.cs
index d111e81a484..886a2fee29c 100644
--- a/mcs/class/referencesource/System/net/System/Net/AuthenticationSchemeSelector.cs
+++ b/mcs/class/referencesource/System/net/System/Net/AuthenticationSchemeSelector.cs
@@ -5,8 +5,6 @@
//------------------------------------------------------------------------------
namespace System.Net {
-#if SECURITY_DEP
public delegate AuthenticationSchemes AuthenticationSchemeSelector(HttpListenerRequest httpRequest);
-#endif
}