The properties of System.Web.Services.Description.ProtocolReflector are listed below. For a list of all members, see the ProtocolReflector Members list.
See Also: Inherited members from System.Object
[read-only] | Binding | Binding.
Gets the Web Services Description Language (WSDL) binding currently being generated and added to the associated System.Web.Services.Description.ServiceDescription. |
[read-only] | DefaultNamespace | string.
Gets the default namespace, as identified by the associated System.Web.Services.Description.ServiceDescription object's ServiceDescription.Namespace property. |
[read-only] | HeaderMessages | MessageCollection.
Gets SOAP header message definitions to be added to the associated System.Web.Services.Description.ServiceDescription object. |
[read-only] | InputMessage | Message.
Gets the Web Services Description Language (WSDL) input message for the abstract operation that the protocol reflector is currently generating from a Web service method. |
[read-only] | Method | System.Web.Services.Protocols.LogicalMethodInfo.
Gets the Web service method that the protocol reflector is currently processing to generate a Web Services Description Language (WSDL) operation to be placed in the generated System.Web.Services.Description.ServiceDescription. |
[read-only] | MethodAttribute | System.Web.Services.WebMethodAttribute.
Gets the System.Web.Services.WebMethodAttribute for the method that the protocol reflector is currently processing to generate a Web Services Description Language (WSDL) operation to be placed in the generated System.Web.Services.Description.ServiceDescription. |
[read-only] | Methods | System.Web.Services.Protocols.LogicalMethodInfo[].
Gets the Web service methods belonging to the Web service class, as identified by the associated System.Web.Services.Description.ProtocolReflector object's ProtocolReflector.Methods property. |
[read-only] | Operation | Operation.
Gets the abstract Web Services Description Language (WSDL) operation that the protocol reflector is currently generating from a Web service method. |
[read-only] | OperationBinding | OperationBinding.
Gets the Web Services Description Language (WSDL) operation binding that the protocol importer is currently generating from a Web service method. |
[read-only] | OutputMessage | Message.
Gets the Web Services Description Language (WSDL) output message for the abstract operation that the protocol reflector is currently generating from a Web service method. |
[read-only] | Port | Port.
Gets the Web Services Description Language (WSDL) port that the protocol reflector is currently generating to contain a reference to the binding being generated. |
[read-only] | PortType | PortType.
Gets the Web Services Description Language (WSDL) portType that the protocol reflector is currently generating to be implemented by the binding being generated. |
[read-only] abstract | ProtocolName | string.
When overridden in a derived class, gets the name of the protocol being used. |
[read-only] | ReflectionImporter | System.Xml.Serialization.XmlReflectionImporter.
Gets the System.Xml.Serialization.XmlReflectionImporter instance being used by the associated System.Web.Services.Description.ServiceDescriptionReflector instance. |
[read-only] | SchemaExporter | System.Xml.Serialization.XmlSchemaExporter.
Gets the System.Xml.Serialization.XmlSchemaExporter instance being used by the associated System.Web.Services.Description.ServiceDescriptionReflector instance. |
[read-only] | Schemas | System.Xml.Serialization.XmlSchemas.
Gets the XML schemas being generated by the associated System.Web.Services.Description.ServiceDescriptionReflector instance. |
[read-only] | Service | Service.
Gets the Web Services Description Language (WSDL) service that the protocol reflector is currently generating to contain a reference to the binding being generated. |
[read-only] | ServiceDescription | ServiceDescription.
Gets the System.Web.Services.Description.ServiceDescription object currently being created to contain the binding being generated. |
[read-only] | ServiceDescriptions | ServiceDescriptionCollection.
Gets the System.Web.Services.Description.ServiceDescription objects that have so far been created and added to the corresponding to the System.Web.Services.Description.ServiceDescriptionCollection obtained through the ServiceDescriptionReflector.ServiceDescriptions property of the associated System.Web.Services.Description.ServiceDescriptionReflector instance. |
[read-only] | ServiceType | Type.
Gets the type of the Web service class being reflected to produce System.Web.Services.Description.ServiceDescription objects. |
[read-only] | ServiceUrl | string.
Gets the endpoint of the associated Web service as a Uniform Resource Locator (URL), obtained from the associated System.Web.Services.Description.ServiceDescriptionReflector object. |