System.Runtime.Remoting.Metadata.SoapOption Enumeration

Assembly: Mscorlib.dll
Namespace: System.Runtime.Remoting.Metadata
Summary
Specifies the SOAP configuration options for use with the SoapTypeAttribute class.
C# Syntax:
[Flags]
[Serializable]
public enum SoapOption
Remarks
The SoapOption enumeration is used to specify instructions to the .NET Framework on how it will generate the SOAP.
See also:
System.Runtime.Remoting.Metadata Namespace

System.Runtime.Remoting.Metadata.SoapOption Member List:

Public Fields
AlwaysIncludeTypes Indicates that type will always be included on SOAP elements. This option is useful when performing SOAP interop with SOAP implementations that require types on all elements.
EmbedAll Indicates that SOAP will be generated without references.
None
Option1 Public reserved option for temporary interop conditions, the use will change.
Option2 Public reserved option for temporary interop conditions, the use will change.
XsdString Indicates that the output SOAP string type in a SOAP Envelope is using the XSD prefix, and that the resulting XML does not have an ID attribute for the string. For example, while a class by default might be remoted in the SOAP format as remoting serialization with the XsdString option would produce the following XML. For more information about SOAP envelopes, see www.w3.org/tr/soap/#_Toc478383494.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.