[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / System.ServiceModel / System.ServiceModel / HttpTransportSecurity.cs
index 7e6c0fbf82ec135f342f58581c63b7a4f8ab6c00..0ad486cb09762df99e5045deb356404937b24e70 100644 (file)
@@ -26,9 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 using System;
-#if NET_4_0
 using System.Security.Authentication.ExtendedProtection;
-#endif
 using System.ServiceModel.Security;
 
 namespace System.ServiceModel
@@ -39,11 +37,7 @@ namespace System.ServiceModel
                HttpProxyCredentialType proxy;
                string realm = String.Empty;
 
-#if NET_4_0
                public
-#else
-               internal
-#endif
                HttpTransportSecurity ()
                {
                }
@@ -63,9 +57,7 @@ namespace System.ServiceModel
                        set { realm = value; }
                }
 
-#if NET_4_0
                [MonoTODO]
                public ExtendedProtectionPolicy ExtendedProtectionPolicy { get; set; }
-#endif
        }
 }