The members of System.Web.Services.Description.SoapProtocolImporter are listed below.
See Also: Inherited members from System.Web.Services.Description.ProtocolImporter
Initializes a new instance of the System.Web.Services.Description.SoapProtocolImporter class. |
[read-only] override | ProtocolName | string.
Gets a value of "Soap". |
[read-only] | SoapBinding | SoapBinding.
Gets a System.Web.Services.Description.SoapBinding instance obtained through the SoapProtocolImporter.SoapBinding property's Binding.Extensions property. |
[read-only] | SoapExporter | System.Xml.Serialization.SoapCodeExporter.
Gets the object of type System.Xml.Serialization.SoapCodeExporter used internally by the System.Web.Services.Description.SoapProtocolImporter class to generate code from mappings between SOAP-encoded XML schema content and .NET Framework types. |
[read-only] | SoapImporter | System.Xml.Serialization.SoapSchemaImporter.
Gets the object of type System.Xml.Serialization.SoapSchemaImporter used internally by the System.Web.Services.Description.SoapProtocolImporter class to generate mappings between SOAP-encoded XML schema content and .NET Framework types. |
[read-only] | XmlExporter | System.Xml.Serialization.XmlCodeExporter.
Gets the object of type System.Xml.Serialization.XmlCodeExporter used internally by the System.Web.Services.Description.SoapProtocolImporter class to generate code from mappings between literal XML schema content and .NET Framework types. |
[read-only] | XmlImporter | System.Xml.Serialization.XmlSchemaImporter.
Gets the object of type System.Xml.Serialization.XmlSchemaImporter used internally by the System.Web.Services.Description.SoapProtocolImporter class to generate mappings between literal XML schema content and .NET Framework types. |
override | BeginClass()
| |
override | BeginNamespace()
| |
override | EndClass()
| |
override | EndNamespace()
| |
override | GenerateMethod()
| |
override | IsBindingSupported()
| |
override | IsOperationFlowSupported(OperationFlow)
| |
IsSoapEncodingPresent(string)
|