SoapProtocolImporter Properties

 

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

NameDescription
System_CAPS_pubpropertyAbstractSchemas

Gets the abstract XML schemas used by the associated ServiceDescriptionImporter instance.(Inherited from ProtocolImporter.)

System_CAPS_pubpropertyBinding

Gets the Web Services Description Language (WSDL) binding that the protocol importer is currently processing to generate a class.(Inherited from ProtocolImporter.)

System_CAPS_pubpropertyClassName

Gets the name of the binding class that is currently being generated.(Inherited from ProtocolImporter.)

System_CAPS_pubpropertyClassNames

Gets the CodeIdentifiers object that generates a unique name for the binding class that is currently being generated.(Inherited from ProtocolImporter.)

System_CAPS_pubpropertyCodeNamespace

Gets a representation of the .NET Framework namespace of the binding classes that are being generated.(Inherited from ProtocolImporter.)

System_CAPS_pubpropertyCodeTypeDeclaration

Gets a representation of the binding class that is currently being generated.(Inherited from ProtocolImporter.)

System_CAPS_pubpropertyConcreteSchemas

Gets the concrete XML schemas used by the associated ServiceDescriptionImporter instance.(Inherited from ProtocolImporter.)

System_CAPS_pubpropertyInputMessage

Gets the Web Services Description Language (WSDL) input message for the abstract operation that the protocol importer is currently processing to generate a method in a binding class.(Inherited from ProtocolImporter.)

System_CAPS_pubpropertyMethodName

Gets the name of the binding class method which that the protocol importer is currently generating.(Inherited from ProtocolImporter.)

System_CAPS_pubpropertyOperation

Gets the abstract Web Services Description Language (WSDL) operation that the protocol importer is currently processing to generate a method in a binding class.(Inherited from ProtocolImporter.)

System_CAPS_pubpropertyOperationBinding

Gets the Web Services Description Language (WSDL) operation binding that the protocol importer is currently processing to generate a method in a binding class.(Inherited from ProtocolImporter.)

System_CAPS_pubpropertyOutputMessage

Gets the Web Services Description Language (WSDL) output message for the abstract operation that the protocol importer is currently processing to generate a method in a binding class.(Inherited from ProtocolImporter.)

System_CAPS_pubpropertyPort

Gets a Web Services Description Language (WSDL) port that contains a reference to the binding that the protocol importer is currently processing to generate a binding class. If more than one port refers to the current binding, the current port is the one in which the binding has most recently been found.(Inherited from ProtocolImporter.)

System_CAPS_pubpropertyPortType

Gets the Web Services Description Language (WSDL) PortType that is implemented by the binding that the protocol importer is currently processing to generate a binding class.(Inherited from ProtocolImporter.)

System_CAPS_pubpropertyProtocolName

Gets a value of "Soap".(Overrides ProtocolImporter::ProtocolName.)

System_CAPS_pubpropertySchemas

Gets all the XML schemas, both abstract and concrete, used by the associated ServiceDescriptionImporter instance.(Inherited from ProtocolImporter.)

System_CAPS_pubpropertyService

Gets the Web Services Description Language (WSDL) service that contains a reference to the binding that the protocol importer is currently processing to generate a binding class.(Inherited from ProtocolImporter.)

System_CAPS_pubpropertyServiceDescriptions

Gets the ServiceDescriptionCollection objects that belong to the associated ServiceDescriptionImporter instance that are searched for bindings from which to generate binding classes.(Inherited from ProtocolImporter.)

System_CAPS_pubpropertySoapBinding

Gets a SoapBinding instance obtained through the SoapBinding property's Extensions property.

System_CAPS_pubpropertySoapExporter

Gets the object of type SoapCodeExporter used internally by the SoapProtocolImporter class to generate code from mappings between SOAP-encoded XML schema content and .NET Framework types.

System_CAPS_pubpropertySoapImporter

Gets the object of type SoapSchemaImporter used internally by the SoapProtocolImporter class to generate mappings between SOAP-encoded XML schema content and .NET Framework types.

System_CAPS_pubpropertyStyle

Gets an enumeration value that indicates whether a client proxy class or an abstract server class is being generated. The values are Client and Server. The value is that of the associated ServiceDescriptionImporter instance's Style property.(Inherited from ProtocolImporter.)

System_CAPS_pubpropertyWarnings

Gets or sets a ServiceDescriptionImportWarnings enumeration value that indicates the types of warnings, if any, issued by the protocol importer while generating binding classes.(Inherited from ProtocolImporter.)

System_CAPS_pubpropertyXmlExporter

Gets the object of type XmlCodeExporter used internally by the SoapProtocolImporter class to generate code from mappings between literal XML schema content and .NET Framework types.

System_CAPS_pubpropertyXmlImporter

Gets the object of type XmlSchemaImporter used internally by the SoapProtocolImporter class to generate mappings between literal XML schema content and .NET Framework types.

Return to top
Show: