System.Web.Services.Discovery.SchemaReference Members

The members of System.Web.Services.Discovery.SchemaReference are listed below.

See Also: Inherited members from System.Web.Services.Discovery.DiscoveryReference

Public Constructors

Initializes a new instance of the System.Web.Services.Discovery.SchemaReference class using default values.

Initializes a new instance of the System.Web.Services.Discovery.SchemaReference class using the supplied URL as the XSD schema reference.

Public Fields

const
Namespacestring.

XML namespace for XSD schema references in discovery documents.

Public Properties

[read-only]
override
DefaultFilenamestring.

Gets the name of the default file to use when saving the referenced XSD schema.

Refstring.

Gets or sets the URL to the referenced XSD schema.

[read-only]
SchemaSystem.Xml.Schema.XmlSchema.

Gets an System.Xml.Schema.XmlSchema object representing the XSD schema.

TargetNamespacestring.

Gets or sets the targetNamespace XML attribute of the XSD schema.

override
Urlstring.

Gets or sets the URL for the schema reference.

Public Methods

override
ReadDocument(System.IO.Stream) : object

Reads and returns the XSD schema from the passed System.IO.Stream.

override
WriteDocument(object, System.IO.Stream)

Writes the passed XSD schema into the passed System.IO.Stream.

Protected Methods

override
Resolve(string, System.IO.Stream)

Resolves whether the referenced document is valid.