System.Web.Services.Description.WebReferenceOptions: Method Members

The methods of System.Web.Services.Description.WebReferenceOptions are listed below. For a list of all members, see the WebReferenceOptions Members list.

See Also: Inherited members from System.Object

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.