Development

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • r53264 -trunk/mcs/class/System.Web/System.Web.Configuration_2.0

    0 answers - 5977 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Author: toshok
    Date: 2005-11-18 23:10:50 -0500 (Fri, 18 Nov 2005)
    New Revision: 53264
    Modified:
    Log:
    back out change
    Modified:
    2005-11-19 03:43:50 UTC (rev 53263)
    2005-11-19 04:10:50 UTC (rev 53264)
    @@ -47,60 +47,80 @@
    get { return (AuthenticationSection)Sections ["authentication"]; }
    }
    +#if notyet
    [ConfigurationProperty ("authorization")]
    public AuthorizationSection Authorization {
    get { return (AuthorizationSection)Sections ["authorization"]; }
    }
    +#endif
    +#if notyet
    [ConfigurationProperty ("browserCaps")]
    public DefaultSection BrowserCaps {
    get { return (DefaultSection)Sections ["browserCaps"]; }
    }
    +#endif
    +#if notyet
    [ConfigurationProperty ("clientTarget")]
    public ClientTargetSection ClientTarget {
    get { return (ClientTargetSection)Sections ["clientTarget"]; }
    }
    +#endif
    [ConfigurationProperty ("compilation")]
    public CompilationSection Compilation {
    get { return (CompilationSection)Sections ["compilation"]; }
    }
    +#if notyet
    [ConfigurationProperty ("customErrors")]
    public CustomErrorsSection CustomErrors {
    get { return (CustomErrorsSection)Sections ["customErrors"]; }
    }
    +#endif
    +#if notyet
    [ConfigurationProperty ("deployment")]
    public DeploymentSection Deployment {
    get { return (DeploymentSection)Sections ["deployment"]; }
    }
    +#endif
    +#if notyet
    [ConfigurationProperty ("deviceFilters")]
    public DefaultSection DeviceFilters {
    get { return (DefaultSection)Sections ["deviceFilters"]; }
    }
    +#endif
    +#if notyet
    [ConfigurationProperty ("globalization")]
    public GlobalizationSection Globalization {
    get { return (GlobalizationSection)Sections ["globalization"]; }
    }
    +#endif
    +#if notyet
    [ConfigurationProperty ("healthMonitoring")]
    public HealthMonitoringSection HealthMonitoring {
    get { return (HealthMonitoringSection)Sections ["healthMonitoring"]; }
    }
    +#endif
    +#if notyet
    [ConfigurationProperty ("hostingEnvironment")]
    public HostingEnvironmentSection HostingEnvironment {
    -get { return (HostingEnvironmentSection)Sections ["hostingEnvironment"]; }
    +get { return (HostingEnvironment)Sections ["hostingEnvironment"]; }
    }
    +#endif
    +#if notyet
    [ConfigurationProperty ("httpCookies")]
    public HttpCookiesSection HttpCookies {
    get { return (HttpCookiesSection)Sections ["httpCookies"]; }
    }
    +#endif
    [ConfigurationProperty ("httpHandlers")]
    public HttpHandlersSection HttpHandlers {
    @@ -112,20 +132,26 @@
    get { return (HttpModulesSection)Sections ["httpModules"]; }
    }
    +#if notyet
    [ConfigurationProperty ("httpRuntime")]
    public HttpRuntimeSection HttpRuntime {
    get { return (HttpRuntimeSection)Sections ["httpRuntime"]; }
    }
    +#endif
    +#if notyet
    [ConfigurationProperty ("identity")]
    public IdentitySection Identity {
    get { return (IdentitySection)Sections ["identity"]; }
    }
    +#endif
    +#if notyet
    [ConfigurationProperty ("machineKey")]
    public MachineKeySection MachineKey {
    get { return (MachineKeySection)Sections ["machineKey"]; }
    }
    +#endif
    [ConfigurationProperty ("membership")]
    public MembershipSection Membership {
    @@ -142,65 +168,84 @@
    get { return (PagesSection)Sections ["pages"]; }
    }
    -[ConfigurationProperty ("processModel")]
    +#if notyet
    public ProcessModelSection ProcessModel {
    get { return (ProcessModelSection)Sections ["processModel"]; }
    }
    +#endif
    [ConfigurationProperty ("profile")]
    public ProfileSection Profile {
    get { return (ProfileSection)Sections ["profile"]; }
    }
    +#if notyet
    [ConfigurationProperty ("protocols")]
    public DefaultSection Protocols {
    get { return (DefaultSection)Sections ["protocols"]; }
    }
    +#endif
    +#if notyet
    [ConfigurationProperty ("roleManager")]
    public RoleManagerSection RoleManager {
    get { return (RoleManagerSection)Sections ["roleManager"]; }
    }
    +#endif
    +#if notyet
    [ConfigurationProperty ("securityPolicy")]
    public SecurityPolicySection SecurityPolicy {
    get { return (SecurityPolicySection)Sections ["securityPolicy"]; }
    }
    +#endif
    +#if notyet
    [ConfigurationProperty ("sessionState")]
    public SessionStateSection SessionState {
    get { return (SessionStateSection)Sections ["sessionState"]; }
    }
    +#endif
    [ConfigurationProperty ("siteMap")]
    public SiteMapSection SiteMap {
    get { return (SiteMapSection)Sections ["siteMap"]; }
    }
    +#if notyet
    [ConfigurationProperty ("trace")]
    public TraceSection Trace {
    get { return (TraceSection)Sections ["trace"]; }
    }
    +#endif
    +#if notyet
    [ConfigurationProperty ("trust")]
    public TrustSection Trust {
    get { return (TrustSection)Sections ["trust"]; }
    }
    +#endif
    +#if notyet
    [ConfigurationProperty ("urlMappings")]
    public UrlMappingsSection UrlMappings {
    get { return (UrlMappingsSection)Sections ["urlMappings"]; }
    }
    +#endif
    +#if notyet
    [ConfigurationProperty ("webControls")]
    public WebControlsSection WebControls {
    get { return (WebControlsSection)Sections ["webControls"]; }
    }
    +#endif
    +#if notyet
    [ConfigurationProperty ("webParts")]
    public WebPartsSection WebParts {
    get { return (WebPartsSection)Sections ["webParts"]; }
    }
    +#endif
    #if notyet
    [ConfigurationProperty ("webServices")]
    @@ -209,10 +254,12 @@
    }
    #endif
    +#if notyet
    [ConfigurationProperty ("xhtmlConformance")]
    public XhtmlConformanceSection XhtmlConformance {
    get { return (XhtmlConformanceSection)Sections ["xhtmlConformance"]; }
    }
    +#endif
    }
    }
    Mono-patches maillist - Mono-patches (AT) lists (DOT) ximian.com

Re: r53264 -trunk/mcs/class/System.Web/System.Web.Configuration_2.0


max 4000 letters.
Your nickname that display:
In order to stop the spam: 7 + 6 =
QUESTION ON "Development"

EMSDN.COM