WebReferenceOptions Class
.NET Framework 4.5
The WebReferenceOptions class represents code generation options specified in an XML text file.
Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
The WebReferenceOptions type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CodeGenerationOptions | Gets or sets the CodeGenerationOptions associated with this WebReferenceOptions. |
![]() ![]() | Schema | Gets the XmlSchema associated with this WebReferenceOptions. |
![]() | SchemaImporterExtensions | Gets a StringCollection that represents the schema importer extensions associated with this WebReferenceOptions. |
![]() | Style | Gets or sets the ServiceDescriptionImportStyle associated with this WebReferenceOptions. |
![]() | Verbose | Gets or sets a Boolean value that indicates whether verbose warning messages are to be generated during compilation of a client proxy or a server stub. |
| 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | Read(Stream, ValidationEventHandler) | Returns a new instance of WebReferenceOptions based on the code generation options described in the specified stream. |
![]() ![]() | Read(TextReader, ValidationEventHandler) | Returns a new instance of WebReferenceOptions based on the code generation options described in the specified TextReader. |
![]() ![]() | Read(XmlReader, ValidationEventHandler) | Returns a new instance of WebReferenceOptions based on the code generation options described in the specified XmlReader. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | TargetNamespace | A String that contains the target namespace for the WebReferenceOptions. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
