System.Web.Services.Description.WebReferenceOptions Members

The members of System.Web.Services.Description.WebReferenceOptions are listed below.

See Also: Inherited members from System.Object

Public Constructors

Public Fields

const
TargetNamespacestring.

A string that contains the target namespace for the System.Web.Services.Description.WebReferenceOptions.

Public Properties

Public Methods

static
Read(System.IO.Stream, System.Xml.Schema.ValidationEventHandler) : WebReferenceOptions

Returns a new instance of System.Web.Services.Description.WebReferenceOptions based on the code generation options described in the specified stream.

static
Read(System.IO.TextReader, System.Xml.Schema.ValidationEventHandler) : WebReferenceOptions

Returns a new instance of System.Web.Services.Description.WebReferenceOptions based on the code generation options described in the specified System.IO.TextReader.

static
Read(System.Xml.XmlReader, System.Xml.Schema.ValidationEventHandler) : WebReferenceOptions

Returns a new instance of System.Web.Services.Description.WebReferenceOptions based on the code generation options described in the specified System.Xml.XmlReader.