System.Web.Services.Description.ServiceDescription: Property Members

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

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

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.