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

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

See Also: Inherited members from System.Object

Public Properties

CodeGenerationOptionsSystem.Xml.Serialization.CodeGenerationOptions.

Gets or sets various options for code generation.

CodeGeneratorSystem.CodeDom.Compiler.CodeDomProvider.

Gets or sets the code generator used by the service description importer.

ProtocolNamestring.

Gets or sets the protocol used to access the described XML Web services.

[read-only]
SchemasSystem.Xml.Serialization.XmlSchemas.

Gets the System.Xml.Serialization.XmlSchemas used by the ServiceDescriptionImporter.ServiceDescriptions property.

[read-only]
ServiceDescriptionsServiceDescriptionCollection.

Gets the collection of System.Web.Services.Description.ServiceDescription instances to be imported.

StyleServiceDescriptionImportStyle.

Gets or sets a value that determines the style of code (client or server) that is generated when the ServiceDescriptionImporter.ServiceDescriptions values are imported.