This documentation is archived and is not being maintained.
ProtocolReflector Members
Visual Studio 2008
Provides common functionality across communication protocols for creating ServiceDescription objects from classes that are identified as Web services.
The ProtocolReflector type exposes the following members.
| Name | Description | |
|---|---|---|
|
BeginClass | When overridden in a derived class, performs processing before ProtocolReflector calls the ReflectMethod method for each of the methods for a binding. |
|
EndClass | When overridden in a derived class, performs processing after [ProtocolReflector] has called the ReflectMethod method for each of the methods for a binding. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetServiceDescription | Gets a ServiceDescription object for a given XML namespace and the applicable communication protocol. |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ReflectDescription | When overridden in a derived class, generates service-specific description information that gets placed in a ServiceDescription object that corresponds to a binding. |
|
ReflectMethod | When overridden in a derived class, generates method-specific information that gets placed in a ServiceDescription object corresponding to a binding. |
|
ReflectMethodBinding | When overridden in a derived class, returns the name of the binding that a method belongs to. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| 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. |
Show: