96 lines
5.3 KiB
XML
Raw Normal View History

<?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>