This documentation is archived and is not being maintained.

WebReferenceOptions Members

The WebReferenceOptions class represents code generation options specified in an XML text file.

The WebReferenceOptions type exposes the following members.

  NameDescription
Public method WebReferenceOptions Initializes a new instance of WebReferenceOptions.
Top

  NameDescription
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Static member Read Overloaded. Returns a new instance of WebReferenceOptions based on the code generation options described in the specified input.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public field Static member TargetNamespace A String that contains the target namespace for the WebReferenceOptions.
Top

  NameDescription
Public property CodeGenerationOptions Gets or sets the CodeGenerationOptions associated with this WebReferenceOptions.
Public property Static member Schema Gets the XmlSchema associated with this WebReferenceOptions.
Public property SchemaImporterExtensions Gets a StringCollection that represents the schema importer extensions associated with this WebReferenceOptions.
Public property Style Gets or sets the ServiceDescriptionImportStyle associated with this WebReferenceOptions.
Public property 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.
Top
Show: