WrappedOptions Class
Contains information required to perform schema importation using the XmlSerializer and ServiceDescriptionImporter infrastructure.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | WrappedOptions() | Initializes a new instance of the WrappedOptions class. |
| Name | Description | |
|---|---|---|
![]() | WrappedFlag | Gets or sets a value that indicates whether special-casing is used for document-wrapped-literal styled documents when parameters are unwrapped. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The WrappedOptions is used by the XmlSerializerMessageContractImporter and the ServiceModel Metadata Utility Tool (Svcutil.exe). The WrappedOptions class controls whether special-casing is used for document-literal styled documents with wrapped parameters. Use the /wrapped switch with the ServiceModel Metadata Utility Tool (Svcutil.exe) tool to specify normal casing.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


