1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
<Type Name="HttpContinueDelegate" FullName="System.Net.HttpContinueDelegate" FullNameSP="System_Net_HttpContinueDelegate" Maintainer="ecma">
<TypeSignature Language="ILASM" Value=".class public sealed serializable HttpContinueDelegate extends System.Delegate" />
<TypeSignature Language="C#" Value="public delegate void HttpContinueDelegate(int StatusCode, WebHeaderCollection httpHeaders);" />
<MemberOfLibrary>Networking</MemberOfLibrary>
<AssemblyInfo>
<AssemblyName>System</AssemblyName>
<AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 ]</AssemblyPublicKey>
<AssemblyVersion>1.0.x.x</AssemblyVersion>
<AssemblyCulture>none</AssemblyCulture>
<Attributes>
<Attribute>
<AttributeName>CLSCompliantAttribute(true)</AttributeName>
<Excluded>0</Excluded>
</Attribute>
</Attributes>
</AssemblyInfo>
<Docs>
<summary>
<para> Defines the shape of methods that are invoked when
a <see cref="F:System.Net.HttpStatusCode.Continue" qualify="true" /> response is received
by a web client.
</para>
</summary>
<param name="StatusCode">A <see cref="T:System.Int32" /> containing the numeric value of the HTTP status from the server. </param>
<param name="httpHeaders">A <see cref="T:System.Net.WebHeaderCollection" /> containing the headers returned with the response.</param>
<remarks>
<para> Use a <see cref="T:System.Net.HttpContinueDelegate" />
instance to specify the methods that are automatically invoked
whenever HTTP 100 ( <see cref="F:System.Net.HttpStatusCode.Continue" qualify="true" />) responses are received from
a web server.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>System.ICloneable</InterfaceName>
<Excluded>0</Excluded>
</Interface>
</Interfaces>
<Members />
<TypeExcluded>0</TypeExcluded>
<Parameters>
<Parameter Name="StatusCode" Type="System.Int32" />
<Parameter Name="httpHeaders" Type="System.Net.WebHeaderCollection" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
</Type>
|