System.Web.Services.Description.ServiceDescription Members

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

See Also: Inherited members from System.Web.Services.Description.NamedItem

Public Constructors

Public Fields

const
Namespacestring.

The XML namespace in which the System.Web.Services.Description.ServiceDescription class is defined ("http://schemas.xmlsoap.org/wsdl/"). This field is constant.

Public Properties

[read-only]
BindingsBindingCollection.

Gets the collection of System.Web.Services.Description.Binding elements contained in the System.Web.Services.Description.ServiceDescription.

[read-only]
override
ExtensionsServiceDescriptionFormatExtensionCollection.

Gets the collection of extensibility elements contained in the System.Web.Services.Description.ServiceDescription.

[read-only]
ImportsImportCollection.

Gets the collection of System.Web.Services.Description.Import elements contained in the System.Web.Services.Description.ServiceDescription.

[read-only]
MessagesMessageCollection.

Gets the collection of System.Web.Services.Description.Message elements contained in the System.Web.Services.Description.ServiceDescription.

Namestring. Documentation for this section has not yet been entered.
[read-only]
PortTypesPortTypeCollection.

Gets the collection of System.Web.Services.Description.PortType elements contained in the System.Web.Services.Description.ServiceDescription.

RetrievalUrlstring.

Gets or sets the URL of the XML Web service to which the System.Web.Services.Description.ServiceDescription instance applies.

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

Gets the schema associated with this System.Web.Services.Description.ServiceDescription.

[read-only]
static
SerializerSystem.Xml.Serialization.XmlSerializer.

Gets the XML serializer used to serialize and deserialize between a System.Web.Services.Description.ServiceDescription object and a Web Services Description Language (WSDL) document.

[read-only]
ServiceDescriptionsServiceDescriptionCollection.

Gets the System.Web.Services.Description.ServiceDescriptionCollection instance of which the System.Web.Services.Description.ServiceDescription is a member.

[read-only]
ServicesServiceCollection.

Gets the collection of System.Web.Services.Description.Service instances contained in the System.Web.Services.Description.ServiceDescription.

TargetNamespacestring.

Gets or sets the XML targetNamespace attribute of the descriptions tag enclosing a Web Services Description Language (WSDL) file.

TypesTypes.

Gets or sets the System.Web.Services.Description.Types contained by the System.Web.Services.Description.ServiceDescription.

[read-only]
ValidationWarningsSystem.Collections.Specialized.StringCollection.

Gets a System.Collections.Specialized.StringCollection that contains any validation warnings that were generated during a call to ServiceDescription.Read(System.IO.Stream, bool), ServiceDescription.Read(System.IO.TextReader, bool), ServiceDescription.Read(string, bool), or ServiceDescription.Read(System.Xml.XmlReader, bool) with the validate parameter set to true.

Public Methods

static
CanRead(System.Xml.XmlReader) : bool

Gets a value that indicates whether an System.Xml.XmlReader represents a valid Web Services Description Language (WSDL) file that can be parsed.

static
Read(System.IO.Stream) : ServiceDescription

Initializes an instance of the System.Web.Services.Description.ServiceDescription class by directly loading the XML from a System.IO.Stream instance.

static
Read(System.IO.TextReader) : ServiceDescription

Initializes an instance of the System.Web.Services.Description.ServiceDescription class by directly loading the XML from a System.IO.TextReader.

static
Read(string) : ServiceDescription

Initializes an instance of a System.Web.Services.Description.ServiceDescription object by directly loading the XML from the specified file.

static
Read(System.Xml.XmlReader) : ServiceDescription

Initializes an instance of the System.Web.Services.Description.ServiceDescription class by directly loading the XML from an System.Xml.XmlReader.

static
Read(System.IO.Stream, bool) : ServiceDescription

Initializes an instance of the System.Web.Services.Description.ServiceDescription class by directly loading the XML from a System.IO.Stream instance.

static
Read(System.IO.TextReader, bool) : ServiceDescription

Initializes an instance of the System.Web.Services.Description.ServiceDescription class by directly loading the XML from a System.IO.TextReader.

static
Read(string, bool) : ServiceDescription

Initializes an instance of a System.Web.Services.Description.ServiceDescription object by directly loading the XML from the specified file.

static
Read(System.Xml.XmlReader, bool) : ServiceDescription

Initializes an instance of the System.Web.Services.Description.ServiceDescription class by directly loading the XML from an System.Xml.XmlReader.

Write(System.IO.Stream)

Writes out the System.Web.Services.Description.ServiceDescription to the specified System.IO.Stream.

Write(System.IO.TextWriter)

Writes out the System.Web.Services.Description.ServiceDescription as a Web Services Description Language (WSDL) file to the System.IO.TextWriter.

Write(string)

Writes out the System.Web.Services.Description.ServiceDescription as a Web Services Description Language (WSDL) file to the specified path.

Write(System.Xml.XmlWriter)

Writes out the System.Web.Services.Description.ServiceDescription to the System.Xml.XmlWriter as a Web Services Description Language (WSDL) file.