File: AddressingVersion.xml

package info (click to toggle)
mono 6.14.1%2Bds2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,282,732 kB
  • sloc: cs: 11,182,461; xml: 2,850,281; ansic: 699,123; cpp: 122,919; perl: 58,604; javascript: 30,841; asm: 21,845; makefile: 19,602; sh: 10,973; python: 4,772; pascal: 925; sql: 859; sed: 16; php: 1
file content (115 lines) | stat: -rw-r--r-- 7,864 bytes parent folder | download | duplicates (8)
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<?xml version="1.0" encoding="utf-8"?>
<Type Name="AddressingVersion" FullName="System.ServiceModel.Channels.AddressingVersion">
  <TypeSignature Language="C#" Value="public sealed class AddressingVersion" />
  <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit AddressingVersion extends System.Object" />
  <AssemblyInfo>
    <AssemblyName>System.ServiceModel</AssemblyName>
    <AssemblyVersion>4.0.0.0</AssemblyVersion>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>System.Object</BaseTypeName>
  </Base>
  <Interfaces />
  <Docs>
    <remarks>
      <attribution license="cc4" from="Microsoft" modified="false" />
      <para>There are currently two version of WS-Addressing: WS-Addressing August 2004 and WS-Addressing 1.0. These versions can be retrieved using the <see cref="P:System.ServiceModel.Channels.AddressingVersion.WSAddressingAugust2004" /> and <see cref="P:System.ServiceModel.Channels.AddressingVersion.WSAddressing10" /> properties, respectively. There is also an addressing version available that is not associated with WS-Addressing, which is retrieved using the <see cref="P:System.ServiceModel.Channels.AddressingVersion.None" /> property. This value indicates that no version of WS-Addressing is used. This is primarily for transports that do not pass SOAP envelopes on the wire and therefore have no use for WS-Addressing.</para>
      <para>The addressing version is part of the message version: specifically <see cref="T:System.ServiceModel.Channels.AddressingVersion" /> provides the return type for the <see cref="P:System.ServiceModel.Channels.MessageVersion.Addressing" /> property. The <see cref="T:System.ServiceModel.Channels.MessageVersion" /> also contains the SOAP envelope version in addition to the addressing version information. The <see cref="T:System.ServiceModel.EnvelopeVersion" /> provides the return type for the <see cref="P:System.ServiceModel.Channels.MessageVersion.Envelope" /> property.</para>
    </remarks>
    <summary>
      <attribution license="cc4" from="Microsoft" modified="false" />
      <para>The WS-Addressing version associated with a SOAP message or understood by an endpoint.</para>
    </summary>
  </Docs>
  <Members>
    <Member MemberName="None">
      <MemberSignature Language="C#" Value="public static System.ServiceModel.Channels.AddressingVersion None { get; }" />
      <MemberSignature Language="ILAsm" Value=".property class System.ServiceModel.Channels.AddressingVersion None" />
      <MemberType>Property</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>4.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>System.ServiceModel.Channels.AddressingVersion</ReturnType>
      </ReturnValue>
      <Docs>
        <value>To be added.</value>
        <remarks>
          <attribution license="cc4" from="Microsoft" modified="false" />
          <para>The addressing version is part of the message version: specifically <see cref="T:System.ServiceModel.Channels.AddressingVersion" /> provides the return type for the <see cref="P:System.ServiceModel.Channels.MessageVersion.Addressing" /> property. The <see cref="T:System.ServiceModel.Channels.MessageVersion" /> also contains the SOAP envelope version in addition to the addressing version information. The <see cref="T:System.ServiceModel.EnvelopeVersion" /> provides the return type for the <see cref="P:System.ServiceModel.Channels.MessageVersion.Envelope" /> property.</para>
        </remarks>
        <summary>
          <attribution license="cc4" from="Microsoft" modified="false" />
          <para>Gets the addressing version that is not associated with WS-Addressing version.</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>4.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>System.String</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <remarks>To be added.</remarks>
        <summary>
          <attribution license="cc4" from="Microsoft" modified="false" />
          <para>Returns a string representation of the current addressing version.</para>
        </summary>
        <returns>
          <attribution license="cc4" from="Microsoft" modified="false" />
          <para>A string that represents the current addressing version.</para>
        </returns>
      </Docs>
    </Member>
    <Member MemberName="WSAddressing10">
      <MemberSignature Language="C#" Value="public static System.ServiceModel.Channels.AddressingVersion WSAddressing10 { get; }" />
      <MemberSignature Language="ILAsm" Value=".property class System.ServiceModel.Channels.AddressingVersion WSAddressing10" />
      <MemberType>Property</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>4.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>System.ServiceModel.Channels.AddressingVersion</ReturnType>
      </ReturnValue>
      <Docs>
        <value>To be added.</value>
        <remarks>
          <attribution license="cc4" from="Microsoft" modified="false" />
          <para>The addressing version is part of the message version: specifically <see cref="T:System.ServiceModel.Channels.AddressingVersion" /> provides the return type for the <see cref="P:System.ServiceModel.Channels.MessageVersion.Addressing" /> property. The <see cref="T:System.ServiceModel.Channels.MessageVersion" /> also contains the SOAP envelope version in addition to the addressing version information. The <see cref="T:System.ServiceModel.EnvelopeVersion" /> provides the return type for the <see cref="P:System.ServiceModel.Channels.MessageVersion.Envelope" /> property.</para>
        </remarks>
        <summary>
          <attribution license="cc4" from="Microsoft" modified="false" />
          <para>Gets an identifier for the address version associated with WS-Addressing 1.0.</para>
        </summary>
      </Docs>
    </Member>
    <Member MemberName="WSAddressingAugust2004">
      <MemberSignature Language="C#" Value="public static System.ServiceModel.Channels.AddressingVersion WSAddressingAugust2004 { get; }" />
      <MemberSignature Language="ILAsm" Value=".property class System.ServiceModel.Channels.AddressingVersion WSAddressingAugust2004" />
      <MemberType>Property</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>4.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>System.ServiceModel.Channels.AddressingVersion</ReturnType>
      </ReturnValue>
      <Docs>
        <value>To be added.</value>
        <remarks>
          <attribution license="cc4" from="Microsoft" modified="false" />
          <para>The addressing version is part of the message version: specifically <see cref="T:System.ServiceModel.Channels.AddressingVersion" /> provides the return type for the <see cref="P:System.ServiceModel.Channels.MessageVersion.Addressing" /> property. The <see cref="T:System.ServiceModel.Channels.MessageVersion" /> also contains the SOAP envelope version in addition to the addressing version information. The <see cref="T:System.ServiceModel.EnvelopeVersion" /> provides the return type for the <see cref="P:System.ServiceModel.Channels.MessageVersion.Envelope" /> property.</para>
        </remarks>
        <summary>
          <attribution license="cc4" from="Microsoft" modified="false" />
          <para>Gets the version of WS-Addressing that is associated with WS-Addressing August 2004.</para>
        </summary>
      </Docs>
    </Member>
  </Members>
</Type>