WebReferenceOptions Class
The WebReferenceOptions class represents code generation options specified in an XML text file.
Assembly: System.Web.Services (in System.Web.Services.dll)
| Name | Description | |
|---|---|---|
![]() | WebReferenceOptions() | Initializes a new instance of WebReferenceOptions. |
| 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() ![]() | 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. |
Available since 2.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.




