ProtocolReflector Methods
Assembly: System.Web.Services (in System.Web.Services.dll)
| 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(Object^) | 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 the default hash function. (Inherited from Object.) |
![]() | GetServiceDescription(String^) | Gets a ServiceDescription object for a given XML namespace and the applicable communication protocol. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | 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.) |

