[System*] Throw a PlatformNotSupported exception when using the managed networking...
[mono.git] / mcs / class / System / System.Net / HttpListener.platformnotsupported.cs
index b37b9d30bfb1cdcb3adea83df147d9ac07ada83e..bffdfbc7011f2d24dfd17d0a671e48101d8e9154 100644 (file)
@@ -38,11 +38,6 @@ namespace System.Net {
                        throw new PlatformNotSupportedException (EXCEPTION_MESSAGE);
                }
 
-               internal HttpListener (System.Security.Cryptography.X509Certificates.X509Certificate certificate, Mono.Net.Security.IMonoTlsProvider tlsProvider, Mono.Security.Interface.MonoTlsSettings tlsSettings)
-               {
-                       throw new PlatformNotSupportedException (EXCEPTION_MESSAGE);
-               }
-
                public AuthenticationSchemes AuthenticationSchemes {
                        get { throw new PlatformNotSupportedException (EXCEPTION_MESSAGE); }
                        set { throw new PlatformNotSupportedException (EXCEPTION_MESSAGE); }