File: UnknownTypeBody.xml

package info (click to toggle)
xsp 2.10-2.4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,656 kB
  • sloc: cs: 11,307; xml: 8,481; sh: 4,378; perl: 1,189; makefile: 744; php: 6
file content (65 lines) | stat: -rw-r--r-- 2,606 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<Type Name="UnknownTypeBody" FullName="Mono.FastCgi.UnknownTypeBody">
  <TypeSignature Language="C#" Value="public struct UnknownTypeBody" />
  <TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit UnknownTypeBody extends System.ValueType" />
  <AssemblyInfo>
    <AssemblyName>fastcgi-mono-server2</AssemblyName>
    <AssemblyVersion>2.8.1.0</AssemblyVersion>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>System.ValueType</BaseTypeName>
  </Base>
  <Interfaces />
  <Docs>
    <summary>
            This struct contains the body data for an UnknownType record.
            </summary>
    <remarks>
            An UnknownType record is sent by the server when the client sends
            it a type that it does not know how to handle.
            </remarks>
  </Docs>
  <Members>
    <Member MemberName=".ctor">
      <MemberSignature Language="C#" Value="public UnknownTypeBody (Mono.FastCgi.RecordType unknownType);" />
      <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype Mono.FastCgi.RecordType unknownType) cil managed" />
      <MemberType>Constructor</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>2.8.1.0</AssemblyVersion>
      </AssemblyInfo>
      <Parameters>
        <Parameter Name="unknownType" Type="Mono.FastCgi.RecordType" />
      </Parameters>
      <Docs>
        <param name="unknownType">
            A <see cref="T:Mono.FastCgi.RecordType" /> containing the unknown type.
            </param>
        <summary>
            Constructs and initializes a new instance of <see cref="T:Mono.FastCgi.UnknownTypeBody" /> for a specified type.
            </summary>
        <remarks>To be added.</remarks>
      </Docs>
    </Member>
    <Member MemberName="GetData">
      <MemberSignature Language="C#" Value="public byte[] GetData ();" />
      <MemberSignature Language="ILAsm" Value=".method public hidebysig instance unsigned int8[] GetData() cil managed" />
      <MemberType>Method</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>2.8.1.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>System.Byte[]</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary>
            Gets the data contained in the current instance.
            </summary>
        <returns>
            A <see cref="T:System.Byte[]" /> containing the data contained in
            the current instance.
            </returns>
        <remarks>To be added.</remarks>
      </Docs>
    </Member>
  </Members>
</Type>