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 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450
|
<?xml version="1.0" encoding="utf-8"?>
<Type Name="SoapMessage" FullName="System.Web.Services.Protocols.SoapMessage">
<TypeSignature Language="C#" Value="public abstract class SoapMessage" Maintainer="auto" />
<AssemblyInfo>
<AssemblyName>System.Web.Services</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The primary use of the <see cref="T:System.Web.Services.Protocols.SoapMessage" /> class is for SOAP extensions, representing the data in a SOAP request or SOAP response. When the <see cref="M:System.Web.Services.Protocols.SoapExtension.ProcessMessage(System.Web.Services.Protocols.SoapMessage)" /> method is called, a <see cref="T:System.Web.Services.Protocols.SoapExtension" /> receives a <see cref="T:System.Web.Services.Protocols.SoapMessage" /> at each <see cref="T:System.Web.Services.Protocols.SoapMessageStage" />. It is up to the particular SOAP extension to choose how to process the <see cref="T:System.Web.Services.Protocols.SoapMessage" />. Common SOAP extensions include encryption and compression.</para>
<para>SOAP extensions can be applied to either or both an XML Web service method created using ASP.NET or an XML Web service client. When a SOAP extension is applied to an XML Web service method, the <see cref="M:System.Web.Services.Protocols.SoapExtension.ProcessMessage(System.Web.Services.Protocols.SoapMessage)" /> method receives an instance of <see cref="T:System.Web.Services.Protocols.SoapServerMessage" />, which derives from <see cref="T:System.Web.Services.Protocols.SoapMessage" />. Likewise, when a SOAP extension is applied to an XML Web service client, <see cref="M:System.Web.Services.Protocols.SoapExtension.ProcessMessage(System.Web.Services.Protocols.SoapMessage)" /> receives an instance of <see cref="T:System.Web.Services.Protocols.SoapClientMessage" />.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Represents the data in a SOAP request or SOAP response at a specific <see cref="T:System.Web.Services.Protocols.SoapMessageStage" />.</para>
</summary>
</Docs>
<Members>
<Member MemberName="Action">
<MemberSignature Language="C#" Value="public abstract string Action { get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<value>To be added: an object of type 'string'</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="P:System.Web.Services.Protocols.SoapMessage.Action" /> property can be accessed during any <see cref="T:System.Web.Services.Protocols.SoapMessageStage" />.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>When overridden in a derived class, gets the SOAPAction HTTP request header field for the SOAP request or SOAP response.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="ContentEncoding">
<MemberSignature Language="C#" Value="public string ContentEncoding { set; get; }" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>A SOAP extension can set the <see cref="P:System.Web.Services.Protocols.SoapMessage.ContentEncoding" /> property to provide supplementary information about the encoding of a SOAP message without changing the media type as expressed in the Content-Type HTTP header.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets the contents of the Content-Encoding HTTP header.</para>
</summary>
</Docs>
</Member>
<Member MemberName="ContentType">
<MemberSignature Language="C#" Value="public string ContentType { set; get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<value>To be added: an object of type 'string'</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="P:System.Web.Services.Protocols.SoapMessage.ContentType" /> property can only be accessed in the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.BeforeSerialize" /> and <see cref="F:System.Web.Services.Protocols.SoapMessageStage.BeforeDeserialize" /> stages; otherwise, an <see cref="T:System.InvalidOperationException" /> is thrown.</para>
<para>Use the <see cref="P:System.Web.Services.Protocols.SoapMessage.ContentEncoding" /> property, instead of the <see cref="P:System.Web.Services.Protocols.SoapMessage.ContentType" /> property to provide supplementary information about the encoding of a SOAP message.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets the HTTP Content-Type of the SOAP request or SOAP response.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="EnsureInStage">
<MemberSignature Language="C#" Value="protected abstract void EnsureInStage ();" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The asserted stage is different for XML Web service clients and XML Web service methods. An XML Web service method's in parameters are available after the SOAP request is deserialized in the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.AfterDeserialize" /> stage. For an XML Web service client, the in parameters are available prior to the SOAP request serialization process in the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.BeforeSerialize" /> stage.</para>
<para>
<see cref="M:System.Web.Services.Protocols.SoapMessage.EnsureInStage" /> can be called during any <see cref="T:System.Web.Services.Protocols.SoapMessageStage" />, however an <see cref="T:System.InvalidOperationException" /> is thrown when in parameters are not available.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>When overridden in a derived class, asserts that the current <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> is a stage where in parameters are available.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="EnsureOutStage">
<MemberSignature Language="C#" Value="protected abstract void EnsureOutStage ();" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The asserted stage is different for XML Web service clients and XML Web service methods. An XML Web service method's out parameters are available prior to the SOAP response serialization process in the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.BeforeSerialize" /> stage. In an XML Web service client, the out parameters are available after the SOAP response deserialization process in the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.AfterDeserialize" /> stage.</para>
<para>
<see cref="M:System.Web.Services.Protocols.SoapMessage.EnsureOutStage" /> can be called during any <see cref="T:System.Web.Services.Protocols.SoapMessageStage" />, however an <see cref="T:System.InvalidOperationException" /> is thrown when out parameters are not available.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>When overridden in a derived class, asserts that the current <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> stage is a stage where out parameters are available.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="EnsureStage">
<MemberSignature Language="C#" Value="protected void EnsureStage (System.Web.Services.Protocols.SoapMessageStage stage);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="stage" Type="System.Web.Services.Protocols.SoapMessageStage" />
</Parameters>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Multiple stages can be asserted by performing a bitwise OR operation on multiple instances of the <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> class.</para>
<para>
<see cref="M:System.Web.Services.Protocols.SoapMessage.EnsureStage(System.Web.Services.Protocols.SoapMessageStage)" /> can be called during any <see cref="T:System.Web.Services.Protocols.SoapMessageStage" />.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Ensures that the <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> of the call to the XML Web service method is the stage or stages passed in. If the current processing stage is not one of the stages passed in, an exception is thrown.</para>
</summary>
<param name="stage">
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> asserted. </param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Exception">
<MemberSignature Language="C#" Value="public System.Web.Services.Protocols.SoapException Exception { set; get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Web.Services.Protocols.SoapException</ReturnType>
</ReturnValue>
<Docs>
<value>To be added: an object of type 'SoapException'</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="P:System.Web.Services.Protocols.SoapMessage.Exception" /> property can be accessed during any <see cref="T:System.Web.Services.Protocols.SoapMessageStage" />.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the <see cref="T:System.Web.Services.Protocols.SoapException" /> from the call to the XML Web service method.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="GetInParameterValue">
<MemberSignature Language="C#" Value="public object GetInParameterValue (int index);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="index" Type="System.Int32" />
</Parameters>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="M:System.Web.Services.Protocols.SoapMessage.GetInParameterValue(System.Int32)" /> property is only accessible when in parameters are available. ASP.NET throws <see cref="T:System.InvalidOperationException" /> when accessing the <see cref="M:System.Web.Services.Protocols.SoapMessage.GetInParameterValue(System.Int32)" /> property if in parameters are not available.</para>
<para>In a <see cref="T:System.Web.Services.Protocols.SoapClientMessage" /> the in parameters are available in the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.BeforeSerialize" /> <see cref="T:System.Web.Services.Protocols.SoapMessageStage" />. In a <see cref="T:System.Web.Services.Protocols.SoapServerMessage" /> the in parameters are available in the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.AfterDeserialize" /> <see cref="T:System.Web.Services.Protocols.SoapMessageStage" />.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the parameter passed into the XML Web service method at the specified index.</para>
</summary>
<returns>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>An <see cref="T:System.Object" /> representing the parameter at the specified index.</para>
</returns>
<param name="index">
<attribution license="cc4" from="Microsoft" modified="false" />The zero-based index of the parameter in the array of parameters. </param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="GetOutParameterValue">
<MemberSignature Language="C#" Value="public object GetOutParameterValue (int index);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="index" Type="System.Int32" />
</Parameters>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>If out parameters are not available, ASP.NET throws an <see cref="T:System.InvalidOperationException" /> when accessing the <see cref="M:System.Web.Services.Protocols.SoapMessage.GetOutParameterValue(System.Int32)" /> property.</para>
<para>In a <see cref="T:System.Web.Services.Protocols.SoapClientMessage" /> the out parameters are available in the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.AfterDeserialize" /> <see cref="T:System.Web.Services.Protocols.SoapMessageStage" />. In a <see cref="T:System.Web.Services.Protocols.SoapServerMessage" /> the out parameters are available in the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.BeforeSerialize" /> of the <see cref="T:System.Web.Services.Protocols.SoapMessageStage" />.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the out parameter passed into the XML Web service method at the specified index.</para>
</summary>
<returns>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>An <see cref="T:System.Object" /> representing the parameter at the specified index.</para>
</returns>
<param name="index">
<attribution license="cc4" from="Microsoft" modified="false" />The zero-based index of the parameter in the array of parameters. </param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="GetReturnValue">
<MemberSignature Language="C#" Value="public object GetReturnValue ();" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>If a return value is not available, ASP.NET throws <see cref="T:System.InvalidOperationException" /> when accessing the <see cref="M:System.Web.Services.Protocols.SoapMessage.GetReturnValue" /> property.</para>
<para>In a <see cref="T:System.Web.Services.Protocols.SoapClientMessage" /> the return value is available when the <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> value is <see cref="F:System.Web.Services.Protocols.SoapMessageStage.AfterDeserialize" />. In a <see cref="T:System.Web.Services.Protocols.SoapServerMessage" /> the return value is available when <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> value is <see cref="F:System.Web.Services.Protocols.SoapMessageStage.BeforeSerialize" />.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the return value of an XML Web service method.</para>
</summary>
<returns>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>An <see cref="T:System.Object" /> representing the return value of the XML Web service method.</para>
</returns>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Headers">
<MemberSignature Language="C#" Value="public System.Web.Services.Protocols.SoapHeaderCollection Headers { get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Web.Services.Protocols.SoapHeaderCollection</ReturnType>
</ReturnValue>
<Docs>
<value>To be added: an object of type 'SoapHeaderCollection'</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>SOAP headers are an optional portion of a SOAP request or SOAP response. For more details on using SOAP headers in XML Web services created using ASP.NET and their clients, see the <see cref="T:System.Web.Services.Protocols.SoapHeader" /> class.</para>
<para>Although the <see cref="P:System.Web.Services.Protocols.SoapMessage.Headers" /> property can be accessed at any stage, it is only populated with the SOAP header information in the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.BeforeSerialize" /> and <see cref="F:System.Web.Services.Protocols.SoapMessageStage.AfterDeserialize" /> stages.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>A collection of the SOAP headers applied to the current SOAP request or SOAP response.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="MethodInfo">
<MemberSignature Language="C#" Value="public abstract System.Web.Services.Protocols.LogicalMethodInfo MethodInfo { get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Web.Services.Protocols.LogicalMethodInfo</ReturnType>
</ReturnValue>
<Docs>
<value>To be added: an object of type 'LogicalMethodInfo'</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Although <see cref="P:System.Web.Services.Protocols.SoapMessage.MethodInfo" /> can be accessed during any <see cref="T:System.Web.Services.Protocols.SoapMessageStage" />, it only has data during <see cref="F:System.Web.Services.Protocols.SoapMessageStage.AfterDeserialize" /> and <see cref="F:System.Web.Services.Protocols.SoapMessageStage.BeforeSerialize" />.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>When overridden in a derived class, gets a representation of the method prototype for the XML Web service method for which the SOAP request is intended.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="OneWay">
<MemberSignature Language="C#" Value="public abstract bool OneWay { get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<value>To be added: an object of type 'bool'</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>See the <see cref="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.OneWay" /> property of <see cref="T:System.Web.Services.Protocols.SoapDocumentMethodAttribute" /> or <see cref="T:System.Web.Services.Protocols.SoapRpcMethodAttribute" /> for details about one-way XML Web service methods.</para>
<para>The <see cref="P:System.Web.Services.Protocols.SoapMessage.OneWay" /> property is accessible in all stages of <see cref="T:System.Web.Services.Protocols.SoapMessageStage" />.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets a value indicating the <see cref="P:System.Web.Services.Protocols.SoapDocumentMethodAttribute.OneWay" /> property of either the <see cref="T:System.Web.Services.Protocols.SoapDocumentMethodAttribute" /> or the <see cref="T:System.Web.Services.Protocols.SoapRpcMethodAttribute" /> attribute applied to the XML Web service method.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="SoapVersion">
<MemberSignature Language="C#" Value="public virtual System.Web.Services.Protocols.SoapProtocolVersion SoapVersion { get; }" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.ComponentModel.DefaultValue(System.Web.Services.Protocols.SoapProtocolVersion.Default)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Runtime.InteropServices.ComVisible(false)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Web.Services.Protocols.SoapProtocolVersion</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>For a <see cref="T:System.Web.Services.Protocols.SoapServerMessage" />, the <see cref="P:System.Web.Services.Protocols.SoapServerMessage.SoapVersion" /> property is guaranteed to be valid after the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.BeforeDeserialize" /> stage. In the <see cref="F:System.Web.Services.Protocols.SoapMessageStage.BeforeDeserialize" /> stage the property is available, however the SOAP message has not been completely processed and SOAP extensions that may alter the contents of the SOAP message have not run.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the version of the SOAP protocol used to communicate with the XML Web service.</para>
</summary>
</Docs>
</Member>
<Member MemberName="Stage">
<MemberSignature Language="C#" Value="public System.Web.Services.Protocols.SoapMessageStage Stage { get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Web.Services.Protocols.SoapMessageStage</ReturnType>
</ReturnValue>
<Docs>
<value>To be added: an object of type 'SoapMessageStage'</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="P:System.Web.Services.Protocols.SoapMessage.Stage" /> property can be accessed at any <see cref="T:System.Web.Services.Protocols.SoapMessageStage" />.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the <see cref="T:System.Web.Services.Protocols.SoapMessageStage" /> of the <see cref="T:System.Web.Services.Protocols.SoapMessage" />.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Stream">
<MemberSignature Language="C#" Value="public System.IO.Stream Stream { get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.IO.Stream</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<value>a <see cref="T:System.IO.Stream" /></value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>SOAP extensions that inspect the data representing a SOAP request or SOAP response, such as a logging SOAP extension, can use the Stream property to view the data at each <see cref="T:System.Web.Services.Protocols.SoapMessageStage" />.</para>
<para>SOAP extensions that modify the data representing a SOAP request or SOAP response, such as encryption or compression SOAP extensions, should do so with the <see cref="T:System.IO.Stream" /> passed into the <see cref="M:System.Web.Services.Protocols.SoapExtension.ChainStream(System.IO.Stream)" /> method of <see cref="T:System.Web.Services.Protocols.SoapExtension" />. The <see cref="P:System.Web.Services.Protocols.SoapMessage.Stream" /> property of <see cref="T:System.Web.Services.Protocols.SoapMessage" /> passed into <see cref="M:System.Web.Services.Protocols.SoapExtension.ProcessMessage(System.Web.Services.Protocols.SoapMessage)" /> is read-only.</para>
<para>For more information on modifying the data representing a SOAP request or SOAP response, see <see cref="M:System.Web.Services.Protocols.SoapExtension.ChainStream(System.IO.Stream)" />.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the data representing the SOAP request or SOAP response in the form of a <see cref="T:System.IO.Stream" />.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Url">
<MemberSignature Language="C#" Value="public abstract string Url { get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<value>To be added: an object of type 'string'</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="P:System.Web.Services.Protocols.SoapMessage.Url" /> property can be accessed during any <see cref="T:System.Web.Services.Protocols.SoapMessageStage" />.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>When overridden in a derived class, gets the base URL of the XML Web service.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
</Type>
|