This documentation is archived and is not being maintained.
ProtocolReflector Methods
Visual Studio 2010
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(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 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.) |
Show: