Changes in system.web from org2.0 (Version 2.0.50727.42)<br> to 2.0 (Version 2.0.50727.1378)

Changes in system.web from org2.0 (Version 2.0.50727.42)
to 2.0 (Version 2.0.50727.1378)

Removed Added
ApplicationShutdownReason ()
public sealed enum System.Web.ApplicationShutdownReason
                    None = 0,
                    HostingEnvironment = 1,
                    ChangeInGlobalAsax = 2,
                    ConfigurationChange = 3,
                    UnloadAppDomainCalled = 4,
                    ChangeInSecurityPolicyFile = 5,
                    BinDirChangeOrDirectoryRename = 6,
                    BrowsersDirChangeOrDirectoryRename = 7,
                    CodeDirChangeOrDirectoryRename = 8,
                    ResourcesDirChangeOrDirectoryRename = 9,
                    IdleTimeout = 10,
                    PhysicalApplicationPathChanged = 11,
                    HttpRuntimeClose = 12,
                    InitializationError = 13,
                    MaxRecompilationsReached = 14,
public sealed enum System.Web.ApplicationShutdownReason
                    None = 0,
                    HostingEnvironment = 1,
                    ChangeInGlobalAsax = 2,
                    ConfigurationChange = 3,
                    UnloadAppDomainCalled = 4,
                    ChangeInSecurityPolicyFile = 5,
                    BinDirChangeOrDirectoryRename = 6,
                    BrowsersDirChangeOrDirectoryRename = 7,
                    CodeDirChangeOrDirectoryRename = 8,
                    ResourcesDirChangeOrDirectoryRename = 9,
                    IdleTimeout = 10,
                    PhysicalApplicationPathChanged = 11,
                    HttpRuntimeClose = 12,
                    InitializationError = 13,
                    MaxRecompilationsReached = 14,
                    BuildManagerChange = 15,
--> NONE <-- --> NONE <--
public sealed class System.Web.Compilation.BuildManager ()
--> NONE <--
  • Method: public static ICollection GetReferencedAssemblies ()
public abstract class System.Web.Compilation.BuildProvider ()
--> NONE <--
  • Method: ProtectedInternal virtual CodeCompileUnit GetCodeCompileUnit (out IDictionary linePragmasTable)
System.Web.Hosting AppDomainInfo ()
n/a public class System.Web.Hosting.AppDomainInfo
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public virtual string GetId ()
  • Method: public virtual string GetPhysicalPath ()
  • Method: public virtual int GetSiteId ()
  • Method (i): public Type GetType ()
  • Method: public virtual string GetVirtualPath ()
  • Method: public virtual bool IsIdle ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
System.Web.Hosting AppDomainInfoEnum ()
n/a public class System.Web.Hosting.AppDomainInfoEnum
--> NONE <--
  • Method: public virtual int Count ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual IAppDomainInfo GetData ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public virtual bool MoveNext ()
  • Method: public virtual void Reset ()
  • Method (i): public virtual string ToString ()
System.Web.Hosting AppDomainProtocolHandler ()
n/a public abstract class System.Web.Hosting.AppDomainProtocolHandler
--> NONE <--
  • Constructor: protected AppDomainProtocolHandler ()
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): public Type GetType ()
  • Method: public override object InitializeLifetimeService ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected MarshalByRefObject MemberwiseClone (bool cloneIdentity)
  • Method: public abstract void StartListenerChannel (IListenerChannelCallback listenerChannelCallback)
  • Method: public virtual void Stop (bool immediate)
  • Method: public abstract void StopListenerChannel (int listenerChannelId, bool immediate)
  • Method: public abstract void StopProtocol (bool immediate)
  • Method (i): public virtual string ToString ()
public sealed class System.Web.Hosting.ApplicationManager ()
--> NONE <--
  • Method: public IRegisteredObject CreateObject (IApplicationHost appHost, Type type)
public sealed class System.Web.UI.WebControls.AutoGeneratedField ()
--> NONE <--
  • Property: virtual bool HtmlEncodeFormatString { public get; public set; }
public class System.Web.UI.WebControls.BoundField ()
--> NONE <--
  • Property: virtual bool HtmlEncodeFormatString { public get; public set; }
public sealed class System.Web.Caching.Cache ()
--> NONE <--
  • Property: long EffectivePercentagePhysicalMemoryLimit { public get; }
CodeConstructType ()
n/a public sealed enum System.Web.UI.CodeConstructType
                    CodeSnippet = 0,
                    ExpressionSnippet = 1,
                    DataBindingSnippet = 2,
                    ScriptTag = 3,
--> NONE <-- --> NONE <--
System.Web.UI CssClassPropertyAttribute ()
n/a public sealed attribute System.Web.UI.CssClassPropertyAttribute
--> NONE <--
  • Constructor: public CssClassPropertyAttribute ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool IsDefaultAttribute ()
  • Method (i): public virtual bool Match (object obj)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: virtual object TypeId { public get; }
public class System.Web.UI.WebControls.CheckBoxField ()
--> NONE <--
  • Property: override bool HtmlEncodeFormatString { public get; public set; }
public class System.Web.UI.WebControls.WebParts.CatalogZone ()
--> NONE <--
  • Property: Unit PartChromePadding { public get; public set; }
public abstract class System.Web.UI.WebControls.WebParts.CatalogZoneBase ()
--> NONE <--
  • Property: Unit PartChromePadding { public get; public set; }
public class System.Web.UI.WebControls.WebParts.ConnectionsZone ()
--> NONE <--
  • Property: Unit PartChromePadding { public get; public set; }
public class System.Web.HttpApplication ()
--> NONE <--
  • Event: public event EventHandler LogRequest
  • Event: public event EventHandler MapRequestHandler
  • Event: public event EventHandler PostLogRequest
  • Method: public void AddOnLogRequestAsync (BeginEventHandler bh, EndEventHandler eh)
  • Method: public void AddOnLogRequestAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: public void AddOnMapRequestHandlerAsync (BeginEventHandler bh, EndEventHandler eh)
  • Method: public void AddOnMapRequestHandlerAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: public void AddOnPostLogRequestAsync (BeginEventHandler bh, EndEventHandler eh)
  • Method: public void AddOnPostLogRequestAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
public sealed class System.Web.HttpCachePolicy ()
--> NONE <--
  • Property: HttpCacheVaryByContentEncodings VaryByContentEncodings { public get; }
System.Web HttpCacheVaryByContentEncodings ()
n/a public sealed class System.Web.HttpCacheVaryByContentEncodings
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool this [string contentEncoding] { public get; public set; }
public sealed class System.Web.HttpContext ()
--> NONE <--
  • Property: RequestNotification CurrentNotification { public get; }
  • Property: bool IsPostNotification { public get; }
public sealed class System.Web.HttpResponse ()
--> NONE <--
  • Method: public void DisableKernelCache ()
  • Method: public void TransmitFile (string filename, long offset, long length)
  • Property: NameValueCollection Headers { public get; }
  • Property: int SubStatusCode { public get; public set; }
  • Property: bool TrySkipIisCustomErrors { public get; public set; }
public sealed class System.Web.HttpRuntime ()
--> NONE <--
  • Method: public static NamedPermissionSet GetNamedPermissionSet ()
public sealed class System.Web.HttpServerUtility ()
--> NONE <--
  • Method: public void TransferRequest (string path)
  • Method: public void TransferRequest (string path, bool preserveForm)
  • Method: public void TransferRequest (string path, bool preserveForm, string method, NameValueCollection headers)
public abstract class System.Web.HttpWorkerRequest ()
--> NONE <--
  • Method: public virtual void SendCalculatedContentLength (long contentLength)
System.Web IisTraceListener ()
n/a public sealed class System.Web.IisTraceListener
--> NONE <--
  • Constructor: public IisTraceListener ()
  • Method (i): public virtual void Close ()
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void Dispose (bool disposing)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): public virtual void Fail (string message)
  • Method (i): public virtual void Fail (string message, string detailMessage)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual void Flush ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): ProtectedInternal virtual string[] GetSupportedAttributes ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual object InitializeLifetimeService ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected MarshalByRefObject MemberwiseClone (bool cloneIdentity)
  • Method (i): public virtual string ToString ()
  • Method: public override void TraceData (TraceEventCache eventCache, string source, TraceEventType eventType, int id, object data)
  • Method: public override void TraceData (TraceEventCache eventCache, string source, TraceEventType eventType, int id, object[] data)
  • Method (i): public virtual void TraceEvent (TraceEventCache eventCache, string source, TraceEventType eventType, int id)
  • Method: public override void TraceEvent (TraceEventCache eventCache, string source, TraceEventType severity, int id, string message)
  • Method: public override void TraceEvent (TraceEventCache eventCache, string source, TraceEventType severity, int id, string format, object[] args)
  • Method (i): public virtual void TraceTransfer (TraceEventCache eventCache, string source, int id, string message, Guid relatedActivityId)
  • Method (i): public virtual void Write (object o)
  • Method (i): public virtual void Write (object o, string category)
  • Method: public override void Write (string message)
  • Method: public override void Write (string message, string category)
  • Method (i): protected virtual void WriteIndent ()
  • Method (i): public virtual void WriteLine (object o)
  • Method (i): public virtual void WriteLine (object o, string category)
  • Method: public override void WriteLine (string message)
  • Method: public override void WriteLine (string message, string category)
  • Property: StringDictionary Attributes { public get; }
  • Property: TraceFilter Filter { public get; public set; }
  • Property: int IndentLevel { public get; public set; }
  • Property: int IndentSize { public get; public set; }
  • Property: virtual bool IsThreadSafe { public get; }
  • Property: virtual string Name { public get; public set; }
  • Property: protected bool NeedIndent { }
  • Property: TraceOptions TraceOutputOptions { public get; public set; }
System.Web.Configuration IConfigMapPath ()
n/a public interface System.Web.Configuration.IConfigMapPath
--> NONE <--
  • Method: string GetAppPathForPath (string siteID, string path)
  • Method: void GetDefaultSiteNameAndID (out string siteName, out string siteID)
  • Method: string GetMachineConfigFilename ()
  • Method: void GetPathConfigFilename (string siteID, string path, out string directory, out string baseName)
  • Method: string GetRootWebConfigFilename ()
  • Method: string MapPath (string siteID, string path)
  • Method: void ResolveSiteArgument (string siteArgument, out string siteName, out string siteID)
System.Web.Configuration IConfigMapPathFactory ()
n/a public interface System.Web.Configuration.IConfigMapPathFactory
--> NONE <--
  • Method: IConfigMapPath Create (string virtualPath, string physicalPath)
public sealed class System.Web.Hosting.HostingEnvironment ()
--> NONE <--
  • Method: public static void MessageReceived ()
  • Property: static IApplicationHost ApplicationHost { public get; }
System.Web.Hosting IAdphManager ()
n/a public interface System.Web.Hosting.IAdphManager
--> NONE <--
  • Method: void StartAppDomainProtocolListenerChannel (string appId, string protocolId, IListenerChannelCallback listenerChannelCallback)
  • Method: void StopAppDomainProtocol (string appId, string protocolId, bool immediate)
  • Method: void StopAppDomainProtocolListenerChannel (string appId, string protocolId, int listenerChannelId, bool immediate)
System.Web.Hosting IAppDomainInfo ()
n/a public interface System.Web.Hosting.IAppDomainInfo
--> NONE <--
  • Method: string GetId ()
  • Method: string GetPhysicalPath ()
  • Method: int GetSiteId ()
  • Method: string GetVirtualPath ()
  • Method: bool IsIdle ()
System.Web.Hosting IAppDomainInfoEnum ()
n/a public interface System.Web.Hosting.IAppDomainInfoEnum
--> NONE <--
  • Method: int Count ()
  • Method: IAppDomainInfo GetData ()
  • Method: bool MoveNext ()
  • Method: void Reset ()
System.Web.Hosting IApplicationHost ()
n/a public interface System.Web.Hosting.IApplicationHost
--> NONE <--
  • Method: IConfigMapPathFactory GetConfigMapPathFactory ()
  • Method: IntPtr GetConfigToken ()
  • Method: string GetPhysicalPath ()
  • Method: string GetSiteID ()
  • Method: string GetSiteName ()
  • Method: string GetVirtualPath ()
  • Method: void MessageReceived ()
System.Web.Hosting IListenerChannelCallback ()
n/a public interface System.Web.Hosting.IListenerChannelCallback
--> NONE <--
  • Method: void GetBlob (OutAttribute byte[] buffer, int bufferSize)
  • Method: int GetBlobLength ()
  • Method: int GetId ()
  • Method: void ReportMessageReceived ()
  • Method: void ReportStarted ()
  • Method: void ReportStopped (int hr)
System.Web.Hosting IPphManager ()
n/a public interface System.Web.Hosting.IPphManager
--> NONE <--
  • Method: void StartProcessProtocolListenerChannel (string protocolId, IListenerChannelCallback listenerChannelCallback)
  • Method: void StopProcessProtocol (string protocolId, bool immediate)
  • Method: void StopProcessProtocolListenerChannel (string protocolId, int listenerChannelId, bool immediate)
System.Web.Hosting IProcessHost ()
n/a public interface System.Web.Hosting.IProcessHost
--> NONE <--
  • Method: void EnumerateAppDomains (out IAppDomainInfoEnum appDomainInfoEnum)
  • Method: void Shutdown ()
  • Method: void ShutdownApplication (string appId)
  • Method: void StartApplication (string appId, string appPath, out object runtimeInterface)
System.Web.Hosting IProcessHostFactoryHelper ()
n/a public interface System.Web.Hosting.IProcessHostFactoryHelper
--> NONE <--
  • Method: object GetProcessHost (IProcessHostSupportFunctions functions)
System.Web.Hosting IProcessHostIdleAndHealthCheck ()
n/a public interface System.Web.Hosting.IProcessHostIdleAndHealthCheck
--> NONE <--
  • Method: bool IsIdle ()
  • Method: void Ping (IProcessPingCallback callback)
System.Web.Hosting IProcessHostSupportFunctions ()
n/a public interface System.Web.Hosting.IProcessHostSupportFunctions
--> NONE <--
  • Method: string GetAppHostConfigFilename ()
  • Method: void GetApplicationProperties (string appId, out string virtualPath, out string physicalPath, out string siteName, out string siteId)
  • Method: IntPtr GetConfigToken (string appId)
  • Method: IntPtr GetNativeConfigurationSystem ()
  • Method: string GetRootWebConfigFilename ()
  • Method: void MapPath (string appId, string virtualPath, out string physicalPath)
System.Web.Hosting IProcessPingCallback ()
n/a public interface System.Web.Hosting.IProcessPingCallback
--> NONE <--
  • Method: void Respond ()
System.Web.Management IisTraceWebEventProvider ()
n/a public sealed class System.Web.Management.IisTraceWebEventProvider
--> NONE <--
  • Constructor: public IisTraceWebEventProvider ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override void Flush ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override void Initialize (string name, NameValueCollection config)
  • Method (i): protected object MemberwiseClone ()
  • Method: public override void ProcessEvent (WebBaseEvent eventRaised)
  • Method: public override void Shutdown ()
  • Method (i): public virtual string ToString ()
  • Property: virtual string Description { public get; }
  • Property: virtual string Name { public get; }
System.Web.UI.HtmlControls HtmlTableBodySection ()
n/a public class System.Web.UI.HtmlControls.HtmlTableBodySection
--> NONE <--
  • Constructor: public HtmlTableBodySection ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public virtual void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method: protected override ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): protected void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): ProtectedInternal string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): ProtectedInternal Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderAttributes (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Nested Type: protected class HtmlTableBodyRowControlCollection
  • Property: protected ControlAdapter Adapter { }
  • Property: string Align { public get; public set; }
  • Property: string AppRelativeTemplateSourceDirectory { public get; public set; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: string BgColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: string BorderColor { public get; public set; }
  • Property: override HtmlTableCellCollection Cells { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: protected char ClientIDSeparator { }
  • Property: ProtectedInternal virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: bool Disabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: string Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: virtual string InnerHtml { public get; public set; }
  • Property: virtual string InnerText { public get; public set; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected bool LoadViewStateByID { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual HtmlTableRowCollection Rows { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: override string TagName { public get; }
  • Property: TemplateControl TemplateControl { public get; public set; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: string VAlign { public get; public set; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
System.Web.UI.HtmlControls HtmlTableBuilder ()
n/a public class System.Web.UI.HtmlControls.HtmlTableBuilder
--> NONE <--
  • Constructor: public HtmlTableBuilder ()
  • Method: public override bool AllowWhitespaceLiterals ()
  • Method (i): public virtual void AppendLiteralString (string s)
  • Method (i): public virtual void AppendSubBuilder (ControlBuilder subBuilder)
  • Method (i): public virtual object BuildObject ()
  • Method (i): public virtual void CloseControl ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override Type GetChildControlType (string tagName, IDictionary attribs)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasBody ()
  • Method (i): public virtual bool HtmlDecodeLiterals ()
  • Method (i): public virtual void Init (TemplateParser parser, ControlBuilder parentBuilder, Type type, string tagName, string id, IDictionary attribs)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual bool NeedsTagInnerText ()
  • Method (i): public virtual void OnAppendToParentBuilder (ControlBuilder parentBuilder)
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Method (i): public virtual void SetTagInnerText (string text)
  • Method (i): public virtual string ToString ()
  • Property: virtual Type BindingContainerType { public get; }
  • Property: Type ControlType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool FChildrenAsProperties { }
  • Property: protected bool FIsNonParserAccessor { }
  • Property: bool HasAspCode { public get; }
  • Property: string ID { public get; public set; }
  • Property: protected bool InDesigner { }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: Type NamingContainerType { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: string TagName { public get; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
System.Web.UI.HtmlControls HtmlTableFooterSection ()
n/a public class System.Web.UI.HtmlControls.HtmlTableFooterSection
--> NONE <--
  • Constructor: public HtmlTableFooterSection ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public virtual void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method: protected override ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): protected void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): ProtectedInternal string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): ProtectedInternal Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderAttributes (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Nested Type: protected class HtmlTableFooterRowControlCollection
  • Property: protected ControlAdapter Adapter { }
  • Property: string Align { public get; public set; }
  • Property: string AppRelativeTemplateSourceDirectory { public get; public set; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: string BgColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: string BorderColor { public get; public set; }
  • Property: override HtmlTableCellCollection Cells { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: protected char ClientIDSeparator { }
  • Property: ProtectedInternal virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: bool Disabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: string Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: virtual string InnerHtml { public get; public set; }
  • Property: virtual string InnerText { public get; public set; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected bool LoadViewStateByID { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual HtmlTableRowCollection Rows { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: override string TagName { public get; }
  • Property: TemplateControl TemplateControl { public get; public set; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: string VAlign { public get; public set; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
System.Web.UI.HtmlControls HtmlTableHeaderSection ()
n/a public class System.Web.UI.HtmlControls.HtmlTableHeaderSection
--> NONE <--
  • Constructor: public HtmlTableHeaderSection ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public virtual void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method: protected override ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): protected void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): ProtectedInternal string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): ProtectedInternal Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderAttributes (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Nested Type: protected class HtmlTableHeaderRowControlCollection
  • Property: protected ControlAdapter Adapter { }
  • Property: string Align { public get; public set; }
  • Property: string AppRelativeTemplateSourceDirectory { public get; public set; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: string BgColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: string BorderColor { public get; public set; }
  • Property: override HtmlTableCellCollection Cells { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: protected char ClientIDSeparator { }
  • Property: ProtectedInternal virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: bool Disabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: string Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: virtual string InnerHtml { public get; public set; }
  • Property: virtual string InnerText { public get; public set; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected bool LoadViewStateByID { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual HtmlTableRowCollection Rows { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: override string TagName { public get; }
  • Property: TemplateControl TemplateControl { public get; public set; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: string VAlign { public get; public set; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
System.Web.UI.HtmlControls HtmlTableRowBuilder ()
n/a public class System.Web.UI.HtmlControls.HtmlTableRowBuilder
--> NONE <--
  • Constructor: public HtmlTableRowBuilder ()
  • Method: public override bool AllowWhitespaceLiterals ()
  • Method (i): public virtual void AppendLiteralString (string s)
  • Method (i): public virtual void AppendSubBuilder (ControlBuilder subBuilder)
  • Method (i): public virtual object BuildObject ()
  • Method (i): public virtual void CloseControl ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override Type GetChildControlType (string tagName, IDictionary attribs)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasBody ()
  • Method (i): public virtual bool HtmlDecodeLiterals ()
  • Method (i): public virtual void Init (TemplateParser parser, ControlBuilder parentBuilder, Type type, string tagName, string id, IDictionary attribs)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual bool NeedsTagInnerText ()
  • Method (i): public virtual void OnAppendToParentBuilder (ControlBuilder parentBuilder)
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Method (i): public virtual void SetTagInnerText (string text)
  • Method (i): public virtual string ToString ()
  • Property: virtual Type BindingContainerType { public get; }
  • Property: Type ControlType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool FChildrenAsProperties { }
  • Property: protected bool FIsNonParserAccessor { }
  • Property: bool HasAspCode { public get; }
  • Property: string ID { public get; public set; }
  • Property: protected bool InDesigner { }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: Type NamingContainerType { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: string TagName { public get; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
System.Web.UI.HtmlControls HtmlTableSectionBuilder ()
n/a public class System.Web.UI.HtmlControls.HtmlTableSectionBuilder
--> NONE <--
  • Constructor: public HtmlTableSectionBuilder ()
  • Method: public override bool AllowWhitespaceLiterals ()
  • Method (i): public virtual void AppendLiteralString (string s)
  • Method (i): public virtual void AppendSubBuilder (ControlBuilder subBuilder)
  • Method (i): public virtual object BuildObject ()
  • Method (i): public virtual void CloseControl ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override Type GetChildControlType (string tagName, IDictionary attribs)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasBody ()
  • Method (i): public virtual bool HtmlDecodeLiterals ()
  • Method (i): public virtual void Init (TemplateParser parser, ControlBuilder parentBuilder, Type type, string tagName, string id, IDictionary attribs)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual bool NeedsTagInnerText ()
  • Method (i): public virtual void OnAppendToParentBuilder (ControlBuilder parentBuilder)
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Method (i): public virtual void SetTagInnerText (string text)
  • Method (i): public virtual string ToString ()
  • Property: virtual Type BindingContainerType { public get; }
  • Property: Type ControlType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool FChildrenAsProperties { }
  • Property: protected bool FIsNonParserAccessor { }
  • Property: bool HasAspCode { public get; }
  • Property: string ID { public get; public set; }
  • Property: protected bool InDesigner { }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: Type NamingContainerType { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: string TagName { public get; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
public class System.Web.UI.WebControls.WebParts.EditorZone ()
--> NONE <--
  • Property: Unit PartChromePadding { public get; public set; }
public abstract class System.Web.UI.WebControls.WebParts.EditorZoneBase ()
--> NONE <--
  • Property: Unit PartChromePadding { public get; public set; }
public sealed class System.Web.Compilation.LinePragmaCodeInfo ()
--> NONE <--
  • Constructor: public LinePragmaCodeInfo (int startLine, int startColumn, int startGeneratedColumn, int codeLength, bool isCodeNugget)
public sealed class System.Web.Configuration.OutputCacheProfile ()
--> NONE <--
  • Property: string VaryByContentEncoding { public get; public set; }
public sealed class System.Web.Configuration.OutputCacheSection ()
--> NONE <--
  • Property: bool EnableKernelCacheForVaryByStar { public get; public set; }
public class System.Web.UI.MasterPage ()
--> NONE <--
  • Method (i): public Control ParseControl (string content, bool ignoreParserFilter)
public sealed class System.Web.UI.OutputCacheParameters ()
--> NONE <--
  • Property: string VaryByContentEncoding { public get; public set; }
public class System.Web.UI.Page ()
--> NONE <--
  • Method: protected virtual void InitOutputCache (int duration, string varyByContentEncoding, string varyByHeader, string varyByCustom, OutputCacheLocation location, string varyByParam)
  • Method (i): public Control ParseControl (string content, bool ignoreParserFilter)
public abstract class System.Web.UI.PageParserFilter ()
--> NONE <--
  • Method: protected void AddControl (Type type, IDictionary attributes)
  • Method: public virtual Type GetNoCompileUserControlType ()
  • Method: public virtual bool ProcessCodeConstruct (CodeConstructType codeType, string code)
  • Method: public virtual bool ProcessDataBindingAttribute (string controlId, string name, string value)
  • Method: public virtual bool ProcessEventHookup (string controlId, string eventName, string handlerName)
  • Method: protected void SetPageProperty (string filter, string name, string value)
  • Property: protected int Line { }
RequestNotification ()
n/a public sealed enum System.Web.RequestNotification
                    BeginRequest = 1,
                    AuthenticateRequest = 2,
                    AuthorizeRequest = 4,
                    ResolveRequestCache = 8,
                    MapRequestHandler = 16,
                    AcquireRequestState = 32,
                    PreExecuteRequestHandler = 64,
                    ExecuteRequestHandler = 128,
                    ReleaseRequestState = 256,
                    UpdateRequestCache = 512,
                    LogRequest = 1024,
                    EndRequest = 2048,
                    SendResponse = 536870912,
--> NONE <-- --> NONE <--
RequestNotificationStatus ()
n/a public sealed enum System.Web.RequestNotificationStatus
                    Continue = 0,
                    Pending = 1,
                    FinishRequest = 2,
--> NONE <-- --> NONE <--
System.Web.Configuration ProtocolCollection ()
n/a public sealed class System.Web.Configuration.ProtocolCollection
--> NONE <--
  • Constructor: public ProtocolCollection ()
  • Method: public void Add (ProtocolElement protocolElement)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal object[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal object BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void DeserializeElement (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void Init ()
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): public virtual bool IsReadOnly ()
  • Method (i): protected virtual void ListErrors (IList errorList)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnDeserializeUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool OnDeserializeUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): protected virtual object OnRequiredPropertyNotFound (string name)
  • Method (i): protected virtual void PostDeserialize ()
  • Method (i): protected virtual void PreSerialize (XmlWriter writer)
  • Method: public void Remove (string name)
  • Method: public void Remove (ProtocolElement protocolElement)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool SerializeElement (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): protected void SetPropertyValue (ConfigurationProperty prop, object value, bool ignoreLocks)
  • Method (i): ProtectedInternal virtual void SetReadOnly ()
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void Unmerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, ConfigurationSaveMode saveMode)
  • Property: ProtectedInternal string AddElementName { }
  • Property: String[] AllKeys { public get; }
  • Property: ProtectedInternal string ClearElementName { }
  • Property: virtual ConfigurationElementCollectionType CollectionType { public get; }
  • Property: virtual int Count { public get; }
  • Property: ElementInformation ElementInformation { public get; }
  • Property: protected virtual string ElementName { }
  • Property: ProtectedInternal virtual ConfigurationElementProperty ElementProperty { }
  • Property: bool EmitClear { public get; public set; }
  • Property: protected ContextInformation EvaluationContext { }
  • Property: virtual bool IsSynchronized { public get; }
  • Property: new ProtocolElement this [int index] { public get; public set; }
  • Property: new ProtocolElement this [string name] { public get; }
  • Property: ConfigurationLockCollection LockAllAttributesExcept { public get; }
  • Property: ConfigurationLockCollection LockAllElementsExcept { public get; }
  • Property: ConfigurationLockCollection LockAttributes { public get; }
  • Property: ConfigurationLockCollection LockElements { public get; }
  • Property: bool LockItem { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedInternal string RemoveElementName { }
  • Property: virtual object SyncRoot { public get; }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration ProtocolElement ()
n/a public sealed class System.Web.Configuration.ProtocolElement
--> NONE <--
  • Constructor: public ProtocolElement ()
  • Constructor: public ProtocolElement (string name)
  • Method (i): ProtectedInternal virtual void DeserializeElement (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void Init ()
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): public virtual bool IsReadOnly ()
  • Method (i): protected virtual void ListErrors (IList errorList)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnDeserializeUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool OnDeserializeUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): protected virtual object OnRequiredPropertyNotFound (string name)
  • Method: protected override void PostDeserialize ()
  • Method (i): protected virtual void PreSerialize (XmlWriter writer)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool SerializeElement (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): protected void SetPropertyValue (ConfigurationProperty prop, object value, bool ignoreLocks)
  • Method (i): ProtectedInternal virtual void SetReadOnly ()
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void Unmerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, ConfigurationSaveMode saveMode)
  • Property: string AppDomainHandlerType { public get; public set; }
  • Property: ElementInformation ElementInformation { public get; }
  • Property: ProtectedInternal virtual ConfigurationElementProperty ElementProperty { }
  • Property: protected ContextInformation EvaluationContext { }
  • Property: ConfigurationLockCollection LockAllAttributesExcept { public get; }
  • Property: ConfigurationLockCollection LockAllElementsExcept { public get; }
  • Property: ConfigurationLockCollection LockAttributes { public get; }
  • Property: ConfigurationLockCollection LockElements { public get; }
  • Property: bool LockItem { public get; public set; }
  • Property: string Name { public get; public set; }
  • Property: string ProcessHandlerType { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: bool Validate { public get; public set; }
System.Web.Configuration ProtocolsConfigurationHandler ()
n/a public sealed class System.Web.Configuration.ProtocolsConfigurationHandler
--> NONE <--
  • Constructor: public ProtocolsConfigurationHandler ()
  • Method: public virtual object Create (object parent, object configContextObj, XmlNode section)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
System.Web.Configuration ProtocolsSection ()
n/a public sealed class System.Web.Configuration.ProtocolsSection
--> NONE <--
  • Constructor: public ProtocolsSection ()
  • Method (i): ProtectedInternal virtual void DeserializeElement (XmlReader reader, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual void DeserializeSection (XmlReader reader)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): ProtectedInternal virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void Init ()
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): public virtual bool IsReadOnly ()
  • Method (i): protected virtual void ListErrors (IList errorList)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnDeserializeUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool OnDeserializeUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): protected virtual object OnRequiredPropertyNotFound (string name)
  • Method (i): protected virtual void PostDeserialize ()
  • Method (i): protected virtual void PreSerialize (XmlWriter writer)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool SerializeElement (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string SerializeSection (ConfigurationElement parentElement, string name, ConfigurationSaveMode saveMode)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): protected void SetPropertyValue (ConfigurationProperty prop, object value, bool ignoreLocks)
  • Method (i): ProtectedInternal virtual void SetReadOnly ()
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void Unmerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, ConfigurationSaveMode saveMode)
  • Property: ElementInformation ElementInformation { public get; }
  • Property: ProtectedInternal virtual ConfigurationElementProperty ElementProperty { }
  • Property: protected ContextInformation EvaluationContext { }
  • Property: ConfigurationLockCollection LockAllAttributesExcept { public get; }
  • Property: ConfigurationLockCollection LockAllElementsExcept { public get; }
  • Property: ConfigurationLockCollection LockAttributes { public get; }
  • Property: ConfigurationLockCollection LockElements { public get; }
  • Property: bool LockItem { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtocolCollection Protocols { public get; }
  • Property: SectionInformation SectionInformation { public get; }
System.Web.Hosting ProcessHost ()
n/a public sealed class System.Web.Hosting.ProcessHost
--> NONE <--
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method: public virtual void EnumerateAppDomains (out IAppDomainInfoEnum appDomainInfoEnum)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): public Type GetType ()
  • Method: public override object InitializeLifetimeService ()
  • Method: public virtual bool IsIdle ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected MarshalByRefObject MemberwiseClone (bool cloneIdentity)
  • Method: public virtual void Ping (IProcessPingCallback callback)
  • Method: public virtual void Shutdown ()
  • Method: public virtual void ShutdownApplication (string appId)
  • Method: public virtual void StartAppDomainProtocolListenerChannel (string appId, string protocolId, IListenerChannelCallback listenerChannelCallback)
  • Method: public virtual void StartApplication (string appId, string appPath, out object runtimeInterface)
  • Method: public virtual void StartProcessProtocolListenerChannel (string protocolId, IListenerChannelCallback listenerChannelCallback)
  • Method: public virtual void StopAppDomainProtocol (string appId, string protocolId, bool immediate)
  • Method: public virtual void StopAppDomainProtocolListenerChannel (string appId, string protocolId, int listenerChannelId, bool immediate)
  • Method: public virtual void StopProcessProtocol (string protocolId, bool immediate)
  • Method: public virtual void StopProcessProtocolListenerChannel (string protocolId, int listenerChannelId, bool immediate)
  • Method (i): public virtual string ToString ()
System.Web.Hosting ProcessHostFactoryHelper ()
n/a public sealed class System.Web.Hosting.ProcessHostFactoryHelper
--> NONE <--
  • Constructor: public ProcessHostFactoryHelper ()
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method: public virtual object GetProcessHost (IProcessHostSupportFunctions functions)
  • Method (i): public Type GetType ()
  • Method: public override object InitializeLifetimeService ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected MarshalByRefObject MemberwiseClone (bool cloneIdentity)
  • Method (i): public virtual string ToString ()
System.Web.Hosting ProcessProtocolHandler ()
n/a public abstract class System.Web.Hosting.ProcessProtocolHandler
--> NONE <--
  • Constructor: protected ProcessProtocolHandler ()
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): public Type GetType ()
  • Method: public override object InitializeLifetimeService ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected MarshalByRefObject MemberwiseClone (bool cloneIdentity)
  • Method: public abstract void StartListenerChannel (IListenerChannelCallback listenerChannelCallback, IAdphManager AdphManager)
  • Method: public abstract void StopListenerChannel (int listenerChannelId, bool immediate)
  • Method: public abstract void StopProtocol (bool immediate)
  • Method (i): public virtual string ToString ()
public class System.Web.Hosting.SimpleWorkerRequest ()
--> NONE <--
  • Method (i): public virtual void SendCalculatedContentLength (long contentLength)
public abstract class System.Web.UI.TemplateControl ()
--> NONE <--
  • Method: public Control ParseControl (string content, bool ignoreParserFilter)
public abstract class System.Web.UI.WebControls.WebParts.ToolZone ()
--> NONE <--
  • Property: Unit PartChromePadding { public get; public set; }
public sealed class System.Web.Configuration.WebContext ()
  • Constructor: public WebContext (WebApplicationLevel pathLevel, string site, string applicationPath, string path, string locationSubPath)
  • Method (i): public virtual string ToString ()
  • Constructor: public WebContext (WebApplicationLevel pathLevel, string site, string applicationPath, string path, string locationSubPath, string appConfigPath)
  • Method: public override string ToString ()
public sealed class System.Web.Management.WebEventCodes ()
--> NONE <--
  • Field: public static const int ApplicationShutdownBuildManagerChange, Value = 50017
public class System.Web.UI.UserControl ()
--> NONE <--
  • Method (i): public Control ParseControl (string content, bool ignoreParserFilter)
public class System.Web.UI.WebControls.WebParts.WebPartZone ()
--> NONE <--
  • Property: Unit PartChromePadding { public get; public set; }
public abstract class System.Web.UI.WebControls.WebParts.WebPartZoneBase ()
--> NONE <--
  • Property: Unit PartChromePadding { public get; public set; }
public abstract class System.Web.UI.WebControls.WebParts.WebZone ()
--> NONE <--
  • Property: Unit PartChromePadding { public get; public set; }

TopSummary