You've already forked linux-packaging-mono
							
							
		
			
				
	
	
		
			131 lines
		
	
	
		
			7.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			131 lines
		
	
	
		
			7.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Type Name="RequestCachePolicy" FullName="System.Net.Cache.RequestCachePolicy">
 | |
|   <TypeSignature Language="C#" Value="public class RequestCachePolicy" />
 | |
|   <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit RequestCachePolicy extends System.Object" />
 | |
|   <AssemblyInfo>
 | |
|     <AssemblyName>System</AssemblyName>
 | |
|     <AssemblyVersion>2.0.0.0</AssemblyVersion>
 | |
|     <AssemblyVersion>4.0.0.0</AssemblyVersion>
 | |
|   </AssemblyInfo>
 | |
|   <Base>
 | |
|     <BaseTypeName>System.Object</BaseTypeName>
 | |
|   </Base>
 | |
|   <Interfaces />
 | |
|   <Docs>
 | |
|     <since version=".NET 2.0" />
 | |
|     <remarks>
 | |
|       <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|       <para>You can specify a default cache policy for your application by using the <see cref="P:System.Net.HttpWebRequest.DefaultCachePolicy" /> property or the application or machine configuration files. For more information, see <format type="text/html"><a href="9962a2fe-cbda-41a6-9377-571811eaea84">RequestCaching Element (Network Settings)</a></format>.</para>
 | |
|       <para>You can specify the cache policy for an individual request by using the <see cref="P:System.Net.WebRequest.CachePolicy" /> property.</para>
 | |
|       <para>Caching for Web services is not supported.</para>
 | |
|     </remarks>
 | |
|     <summary>
 | |
|       <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|       <para>Defines an application's caching requirements for resources obtained by using <see cref="T:System.Net.WebRequest" /> objects.</para>
 | |
|     </summary>
 | |
|   </Docs>
 | |
|   <Members>
 | |
|     <Member MemberName=".ctor">
 | |
|       <MemberSignature Language="C#" Value="public RequestCachePolicy ();" />
 | |
|       <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
 | |
|       <MemberType>Constructor</MemberType>
 | |
|       <AssemblyInfo>
 | |
|         <AssemblyVersion>2.0.0.0</AssemblyVersion>
 | |
|         <AssemblyVersion>4.0.0.0</AssemblyVersion>
 | |
|       </AssemblyInfo>
 | |
|       <Parameters />
 | |
|       <Docs>
 | |
|         <since version=".NET 2.0" />
 | |
|         <remarks>
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|           <para>This constructor initializes the <see cref="P:System.Net.Cache.RequestCachePolicy.Level" /> property to <see cref="F:System.Net.Cache.RequestCacheLevel.Default" />.</para>
 | |
|         </remarks>
 | |
|         <summary>
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|           <para>Initializes a new instance of the <see cref="T:System.Net.Cache.RequestCachePolicy" /> class. </para>
 | |
|         </summary>
 | |
|       </Docs>
 | |
|     </Member>
 | |
|     <Member MemberName=".ctor">
 | |
|       <MemberSignature Language="C#" Value="public RequestCachePolicy (System.Net.Cache.RequestCacheLevel level);" />
 | |
|       <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.Net.Cache.RequestCacheLevel level) cil managed" />
 | |
|       <MemberType>Constructor</MemberType>
 | |
|       <AssemblyInfo>
 | |
|         <AssemblyVersion>2.0.0.0</AssemblyVersion>
 | |
|         <AssemblyVersion>4.0.0.0</AssemblyVersion>
 | |
|       </AssemblyInfo>
 | |
|       <Parameters>
 | |
|         <Parameter Name="level" Type="System.Net.Cache.RequestCacheLevel" />
 | |
|       </Parameters>
 | |
|       <Docs>
 | |
|         <since version=".NET 2.0" />
 | |
|         <remarks>
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|           <para>This constructor initializes the <see cref="P:System.Net.Cache.RequestCachePolicy.Level" /> property to <paramref name="level" />. </para>
 | |
|           <para>The <see cref="T:System.Net.Cache.RequestCacheLevel" /> value controls whether caching is enabled, and when the cache can be used. For additional information, see the <see cref="T:System.Net.Cache.RequestCacheLevel" /> documentation.</para>
 | |
|         </remarks>
 | |
|         <summary>
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|           <para>Initializes a new instance of the <see cref="T:System.Net.Cache.RequestCachePolicy" /> class. using the specified cache policy.</para>
 | |
|         </summary>
 | |
|         <param name="level">
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Net.Cache.RequestCacheLevel" /> that specifies the cache behavior for resources obtained using <see cref="T:System.Net.WebRequest" /> objects. </param>
 | |
|       </Docs>
 | |
|     </Member>
 | |
|     <Member MemberName="Level">
 | |
|       <MemberSignature Language="C#" Value="public System.Net.Cache.RequestCacheLevel Level { get; }" />
 | |
|       <MemberSignature Language="ILAsm" Value=".property instance valuetype System.Net.Cache.RequestCacheLevel Level" />
 | |
|       <MemberType>Property</MemberType>
 | |
|       <AssemblyInfo>
 | |
|         <AssemblyVersion>2.0.0.0</AssemblyVersion>
 | |
|         <AssemblyVersion>4.0.0.0</AssemblyVersion>
 | |
|       </AssemblyInfo>
 | |
|       <ReturnValue>
 | |
|         <ReturnType>System.Net.Cache.RequestCacheLevel</ReturnType>
 | |
|       </ReturnValue>
 | |
|       <Docs>
 | |
|         <value>To be added.</value>
 | |
|         <since version=".NET 2.0" />
 | |
|         <remarks>
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|           <para>Applications typically use <see cref="F:System.Net.Cache.RequestCacheLevel.Default" /> as their cache policy level. Using the <see cref="F:System.Net.Cache.RequestCacheLevel.Default" /> level, the effective cache policy is determined by the current cache policy and the age of the content in the cache. The <see cref="P:System.Net.WebRequest.CachePolicy" /> property, if not null, determines the cache policy in effect for a request. </para>
 | |
|           <para>The default policy for the application domain can be set using the <see cref="P:System.Net.HttpWebRequest.DefaultCachePolicy" /> or the application or machine configuration file. For more information, see <format type="text/html"><a href="9962a2fe-cbda-41a6-9377-571811eaea84">RequestCaching Element (Network Settings)</a></format>.</para>
 | |
|         </remarks>
 | |
|         <summary>
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|           <para>Gets the <see cref="T:System.Net.Cache.RequestCacheLevel" /> value specified when this instance was constructed.</para>
 | |
|         </summary>
 | |
|       </Docs>
 | |
|     </Member>
 | |
|     <Member MemberName="ToString">
 | |
|       <MemberSignature Language="C#" Value="public override string ToString ();" />
 | |
|       <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance string ToString() cil managed" />
 | |
|       <MemberType>Method</MemberType>
 | |
|       <AssemblyInfo>
 | |
|         <AssemblyVersion>2.0.0.0</AssemblyVersion>
 | |
|         <AssemblyVersion>4.0.0.0</AssemblyVersion>
 | |
|       </AssemblyInfo>
 | |
|       <Attributes>
 | |
|         <Attribute>
 | |
|           <AttributeName>System.MonoTODO</AttributeName>
 | |
|         </Attribute>
 | |
|       </Attributes>
 | |
|       <ReturnValue>
 | |
|         <ReturnType>System.String</ReturnType>
 | |
|       </ReturnValue>
 | |
|       <Parameters />
 | |
|       <Docs>
 | |
|         <remarks>To be added.</remarks>
 | |
|         <since version=".NET 2.0" />
 | |
|         <summary>
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|           <para>Returns a string representation of this instance.</para>
 | |
|         </summary>
 | |
|         <returns>
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|           <para>A <see cref="T:System.String" /> containing the <see cref="P:System.Net.Cache.RequestCachePolicy.Level" /> for this instance.</para>
 | |
|         </returns>
 | |
|       </Docs>
 | |
|     </Member>
 | |
|   </Members>
 | |
| </Type> |