Imported Upstream version 3.6.0

Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
This commit is contained in:
Jo Shields
2014-08-13 10:39:27 +01:00
commit a575963da9
50588 changed files with 8155799 additions and 0 deletions

View File

@@ -0,0 +1,96 @@
<?xml version="1.0" encoding="utf-8"?>
<Type Name="AssemblyResourceLoader" FullName="System.Web.Handlers.AssemblyResourceLoader">
<TypeSignature Language="C#" Value="public sealed class AssemblyResourceLoader : System.Web.IHttpHandler" />
<AssemblyInfo>
<AssemblyName>System.Web</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>System.Web.IHttpHandler</InterfaceName>
</Interface>
</Interfaces>
<Docs>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="T:System.Web.Handlers.AssemblyResourceLoader" /> class is an HTTP handler that enables an ASP.NET page or control to load embedded resources, such as client script, images, and data files, from a compiled .NET assembly. For more information on how to embed resources in a .NET assembly, see the documentation for the compiler that you use. </para>
<para>The <see cref="T:System.Web.Handlers.AssemblyResourceLoader" /> handler responds to requests made to URLs generated by the <see cref="M:System.Web.UI.ClientScriptManager.GetWebResourceUrl(System.Type,System.String)" /> method. Before responding to the request, the <see cref="T:System.Web.Handlers.AssemblyResourceLoader" /> handler ensures that the resource should be available directly over the Web. </para>
<para>The handler responds to requests of the form </para>
<code>WebResource.axd?d=&lt;encrypted identifier&gt;&amp;t=&lt;time stamp value&gt;</code>
<para>where &lt;encryped identifier&gt; uniquely identifies the requested Web resource and &lt;time stamp value&gt; is the time stamp for the requested assembly so that changes to the assembly can be detected and the cached resource invalidated.</para>
<para>This class supports the ASP.NET infrastructure and is not intended to be used directly from your code.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Provides an HTTP handler used to load embedded resources from assemblies. This class cannot be inherited.</para>
</summary>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public AssemblyResourceLoader ();" />
<MemberType>Constructor</MemberType>
<Parameters />
<Docs>
<remarks>To be added.</remarks>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new instance of the <see cref="T:System.Web.Handlers.AssemblyResourceLoader" /> class. This constructor supports the ASP.NET infrastructure and is not intended to be used directly from your code.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="System.Web.IHttpHandler.IsReusable">
<MemberSignature Language="C#" Value="bool System.Web.IHttpHandler.IsReusable { get; }" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>This member is an explicit-interface member implementation. It can be used only when the <see cref="T:System.Web.Handlers.AssemblyResourceLoader" /> instance is cast to an <see cref="T:System.Web.IHttpHandler" /> interface.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets a value that indicates whether another request can reuse the <see cref="T:System.Web.IHttpHandler" /> instance. </para>
</summary>
</Docs>
</Member>
<Member MemberName="System.Web.IHttpHandler.ProcessRequest">
<MemberSignature Language="C#" Value="void IHttpHandler.ProcessRequest (System.Web.HttpContext context);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="context" Type="System.Web.HttpContext" />
</Parameters>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>This member is an explicit-interface member implementation. It can be used only when the <see cref="T:System.Web.Handlers.AssemblyResourceLoader" /> instance is cast to an <see cref="T:System.Web.IHttpHandler" /> interface.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>For a description of this member, see <see cref="M:System.Web.IHttpHandler.ProcessRequest(System.Web.HttpContext)" />.</para>
</summary>
<param name="context">
<attribution license="cc4" from="Microsoft" modified="false" />The context of the request.</param>
</Docs>
</Member>
</Members>
</Type>

View File

@@ -0,0 +1,228 @@
<?xml version="1.0" encoding="utf-8"?>
<Type Name="TraceHandler" FullName="System.Web.Handlers.TraceHandler">
<TypeSignature Language="C#" Maintainer="auto" Value="public class TraceHandler : System.Web.IHttpHandler" />
<AssemblyInfo>
<AssemblyName>System.Web</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>System.Web.IHttpHandler</InterfaceName>
</Interface>
</Interfaces>
<Docs>
<remarks>To be added</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Provides a synchronous HTTP handler that processes requests for tracing information.</para>
</summary>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public TraceHandler ();" />
<MemberType>Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs>
<remarks>To be added</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new instance of the <see cref="T:System.Web.Handlers.TraceHandler" /> class. </para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="IsReusable">
<MemberSignature Language="C#" Value="protected bool IsReusable { get; }" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets a value indicating whether another request can use the <see cref="T:System.Web.Handlers.TraceHandler" /> instance.</para>
</summary>
</Docs>
</Member>
<Member MemberName="ProcessRequest">
<MemberSignature Language="C#" Value="protected void ProcessRequest (System.Web.HttpContext context);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="context" Type="System.Web.HttpContext" />
</Parameters>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="M:System.Web.Handlers.TraceHandler.ProcessRequest(System.Web.HttpContext)" /> method writes an <see cref="T:System.Web.HttpResponse" /> that includes all current trace information. The trace information includes calls to the protected <see cref="M:System.Web.Handlers.TraceHandler.ShowDetails(System.Data.DataSet)" />, <see cref="M:System.Web.Handlers.TraceHandler.ShowRequests(System.Collections.IList)" />, and <see cref="M:System.Web.Handlers.TraceHandler.ShowVersionDetails" /> methods.</para>
<para>The <see cref="T:System.Web.Handlers.TraceHandler" /> class implements the <see cref="M:System.Web.Handlers.TraceHandler.ProcessRequest(System.Web.HttpContext)" /> method to delegate to the implementation of the <see cref="M:System.Web.Handlers.TraceHandler.ProcessRequest(System.Web.HttpContext)" /> method. If you extend the <see cref="T:System.Web.Handlers.TraceHandler" /> class, implement your own <see cref="M:System.Web.Handlers.TraceHandler.ProcessRequest(System.Web.HttpContext)" /> method to display different tracing information.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Processes an HTTP request.</para>
</summary>
<param name="context">
<attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Web.HttpContext" /> object that provides access to the current Request and Response instances.</param>
</Docs>
</Member>
<Member MemberName="ShowDetails">
<MemberSignature Language="C#" Value="protected void ShowDetails (System.Data.DataSet data);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="data" Type="System.Data.DataSet" />
</Parameters>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="M:System.Web.Handlers.TraceHandler.ShowDetails(System.Data.DataSet)" /> method writes tracing details to the response stream, including information about the application state, session state for the current session, control tree created for the current page, and HTTP request information such as the query string and form parameters. It is called by <see cref="M:System.Web.Handlers.TraceHandler.ProcessRequest(System.Web.HttpContext)" />, and cannot be overridden.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Writes the details of the current system state and page information to the response stream.</para>
</summary>
<param name="data">
<attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Data.DataSet" /> object that contains tracing information.</param>
</Docs>
</Member>
<Member MemberName="ShowRequests">
<MemberSignature Language="C#" Value="protected void ShowRequests (System.Collections.ArrayList list);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="list" Type="System.Collections.ArrayList" />
</Parameters>
<Docs>
<param name="list">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ShowRequests">
<MemberSignature Language="C#" Value="protected void ShowRequests (System.Collections.IList data);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="data" Type="System.Collections.IList" />
</Parameters>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="M:System.Web.Handlers.TraceHandler.ShowRequests(System.Collections.IList)" /> method writes tracing details to the response stream, including information on the most recent HTTP requests that ASP.NET has processed for the site. It is called by <see cref="M:System.Web.Handlers.TraceHandler.ProcessRequest(System.Web.HttpContext)" />, and cannot be overridden.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Writes the details of recent HTTP request traffic to the response stream.</para>
</summary>
<param name="data">
<attribution license="cc4" from="Microsoft" modified="false" />A set of <see cref="T:System.Data.DataSet" /> objects that represent the recent HTTP requests the server has processed.</param>
</Docs>
</Member>
<Member MemberName="ShowVersionDetails">
<MemberSignature Language="C#" Value="protected void ShowVersionDetails ();" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="M:System.Web.Handlers.TraceHandler.ShowVersionDetails" /> method writes tracing details on the Common Language Runtime (CLR) and ASP.NET versions currently in use. It is called by <see cref="M:System.Web.Handlers.TraceHandler.ProcessRequest(System.Web.HttpContext)" />, and cannot be overridden.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Writes the details of the current Common Language Runtime and ASP.NET build versions that the Web server is using.</para>
</summary>
</Docs>
</Member>
<Member MemberName="System.Web.IHttpHandler.IsReusable">
<MemberSignature Language="C#" Value="bool System.Web.IHttpHandler.IsReusable { get; }" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>This member is an explicit-interface member implementation. It can be used only when the <see cref="T:System.Web.Handlers.TraceHandler" /> instance is cast to an <see cref="T:System.Web.IHttpHandler" /> interface.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets a value indicating whether another request can use the <see cref="T:System.Web.Handlers.TraceHandler" /> instance.</para>
</summary>
</Docs>
</Member>
<Member MemberName="System.Web.IHttpHandler.ProcessRequest">
<MemberSignature Language="C#" Value="void IHttpHandler.ProcessRequest (System.Web.HttpContext context);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="context" Type="System.Web.HttpContext" />
</Parameters>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>This method writes all current trace information to the <see cref="T:System.Web.HttpResponse" />. The trace information includes information on the state of the Web server, the current session, the control tree for the current page, HTTP request parameters, and recent HTTP requests processed by the server.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Processes an HTTP request.</para>
</summary>
<param name="context">
<attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Web.HttpContext" /> object that provides access to the current Request and Response instances.</param>
</Docs>
</Member>
</Members>
</Type>