1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4 
5 [assembly:System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
6 [assembly:System.CLSCompliantAttribute(true)]
7 [assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
8 [assembly:System.Reflection.AssemblyCompanyAttribute("Novell, Inc")]
9 [assembly:System.Reflection.AssemblyConfigurationAttribute("")]
10 [assembly:System.Reflection.AssemblyCopyrightAttribute("© Novell, Inc. All rights reserved.")]
11 [assembly:System.Reflection.AssemblyDescriptionAttribute("")]
12 [assembly:System.Reflection.AssemblyFileVersionAttribute("1.0.20105.407")]
13 [assembly:System.Reflection.AssemblyProductAttribute("ASP.Net WebPages")]
14 [assembly:System.Reflection.AssemblyTitleAttribute("Microsoft.Web.Infrastructure")]
15 [assembly:System.Reflection.AssemblyTrademarkAttribute("")]
16 [assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
17 [assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
18 [assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
19 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
20 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
21 [assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
22 namespace Microsoft.Web.Infrastructure
23 {
24     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
25     public static partial class HttpContextHelper
26     {
27         [System.Security.SecuritySafeCriticalAttribute]
ExecuteInNullContext(System.Action action)28         public static void ExecuteInNullContext(System.Action action) { }
29     }
30     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
31     public static partial class InfrastructureHelper
32     {
33         [System.Security.SecuritySafeCriticalAttribute]
IsCodeDomDefinedExtension(string extension)34         public static bool IsCodeDomDefinedExtension(string extension) { throw null; }
35         [System.Security.SecuritySafeCriticalAttribute]
UnloadAppDomain()36         public static void UnloadAppDomain() { }
37     }
38 }
39 namespace Microsoft.Web.Infrastructure.DynamicModuleHelper
40 {
41     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
42     public static partial class DynamicModuleUtility
43     {
44         [System.Security.SecuritySafeCriticalAttribute]
RegisterModule(System.Type moduleType)45         public static void RegisterModule(System.Type moduleType) { }
46     }
47 }
48 namespace Microsoft.Web.Infrastructure.DynamicValidationHelper
49 {
50     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
51     public static partial class ValidationUtility
52     {
53         [System.Security.SecuritySafeCriticalAttribute]
EnableDynamicValidation(System.Web.HttpContext context)54         public static void EnableDynamicValidation(System.Web.HttpContext context) { }
55         [System.Security.SecuritySafeCriticalAttribute]
GetUnvalidatedCollections(System.Web.HttpContext context, out System.Func<System.Collections.Specialized.NameValueCollection> formGetter, out System.Func<System.Collections.Specialized.NameValueCollection> queryStringGetter)56         public static void GetUnvalidatedCollections(System.Web.HttpContext context, out System.Func<System.Collections.Specialized.NameValueCollection> formGetter, out System.Func<System.Collections.Specialized.NameValueCollection> queryStringGetter) { formGetter = default(System.Func<System.Collections.Specialized.NameValueCollection>); queryStringGetter = default(System.Func<System.Collections.Specialized.NameValueCollection>); }
57         [System.Security.SecuritySafeCriticalAttribute]
IsValidationEnabled(System.Web.HttpContext context)58         public static System.Nullable<bool> IsValidationEnabled(System.Web.HttpContext context) { throw null; }
59     }
60 }
61 namespace System
62 {
63     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
64     internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
65     {
MonoDocumentationNoteAttribute(string comment)66         public MonoDocumentationNoteAttribute(string comment) { }
67     }
68     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
69     internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
70     {
MonoExtensionAttribute(string comment)71         public MonoExtensionAttribute(string comment) { }
72     }
73     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
74     internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
75     {
MonoInternalNoteAttribute(string comment)76         public MonoInternalNoteAttribute(string comment) { }
77     }
78     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
79     internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
80     {
MonoLimitationAttribute(string comment)81         public MonoLimitationAttribute(string comment) { }
82     }
83     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
84     internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
85     {
MonoNotSupportedAttribute(string comment)86         public MonoNotSupportedAttribute(string comment) { }
87     }
88     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
89     internal partial class MonoTODOAttribute : System.Attribute
90     {
MonoTODOAttribute()91         public MonoTODOAttribute() { }
MonoTODOAttribute(string comment)92         public MonoTODOAttribute(string comment) { }
93         public string Comment { get { throw null; } }
94     }
95 }
96