This documentation is archived and is not being maintained.

ProtocolReflector Properties

The ProtocolReflector type exposes the following members.

  NameDescription
Public property Binding Gets the Web Services Description Language (WSDL) binding currently being generated and added to the associated ServiceDescription.
Public property DefaultNamespace Gets the default namespace, as identified by the associated ServiceDescription object's Namespace property.
Public property HeaderMessages Gets SOAP header message definitions to be added to the associated ServiceDescription object.
Public property InputMessage 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.
Public property Method 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 ServiceDescription.
Public property MethodAttribute Gets the 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 ServiceDescription.
Public property Methods Gets the Web service methods belonging to the Web service class, as identified by the associated ProtocolReflector object's Methods property.
Public property Operation Gets the abstract Web Services Description Language (WSDL) operation that the protocol reflector is currently generating from a Web service method.
Public property OperationBinding Gets the Web Services Description Language (WSDL) operation binding that the protocol importer is currently generating from a Web service method.
Public property OutputMessage 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.
Public property 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.
Public property PortType Gets the Web Services Description Language (WSDL) portType that the protocol reflector is currently generating to be implemented by the binding being generated.
Public property ProtocolName When overridden in a derived class, gets the name of the protocol being used.
Public property ReflectionImporter Gets the XmlReflectionImporter instance being used by the associated ServiceDescriptionReflector instance.
Public property SchemaExporter Gets the XmlSchemaExporter instance being used by the associated ServiceDescriptionReflector instance.
Public property Schemas Gets the XML schemas being generated by the associated ServiceDescriptionReflector instance.
Public property 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.
Public property ServiceDescription Gets the ServiceDescription object currently being created to contain the binding being generated.
Public property ServiceDescriptions Gets the ServiceDescription objects that have so far been created and added to the corresponding to the ServiceDescriptionCollection obtained through the ServiceDescriptions property of the associated ServiceDescriptionReflector instance.
Public property ServiceType Gets the type of the Web service class being reflected to produce ServiceDescription objects.
Public property ServiceUrl Gets the endpoint of the associated Web service as a Uniform Resource Locator (URL), obtained from the associated ServiceDescriptionReflector object.
Top
Show: