File: HttpContinueDelegate.xml

package info (click to toggle)
monodoc 1.9-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 98,436 kB
  • ctags: 5,261
  • sloc: xml: 1,506,218; cs: 40,827; sh: 3,647; perl: 554; makefile: 476
file content (40 lines) | stat: -rwxr-xr-x 1,935 bytes parent folder | download | duplicates (5)
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
<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>
    <AssemblyVersion>1.0.5000.0</AssemblyVersion>
    <AssemblyVersion>2.0.0.0</AssemblyVersion>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>System.Delegate</BaseTypeName>
  </Base>
  <Docs>
    <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>
    <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>
    <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>
  <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>