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