This documentation is archived and is not being maintained.

ProtocolReflector Methods

The ProtocolReflector type exposes the following members.

  NameDescription
Protected method BeginClass When overridden in a derived class, performs processing before ProtocolReflector calls the ReflectMethod method for each of the methods for a binding.
Protected method EndClass When overridden in a derived class, performs processing after [ProtocolReflector] has called the ReflectMethod method for each of the methods for a binding.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetServiceDescription Gets a ServiceDescription object for a given XML namespace and the applicable communication protocol.
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method ReflectDescription When overridden in a derived class, generates service-specific description information that gets placed in a ServiceDescription object that corresponds to a binding.
Protected method ReflectMethod When overridden in a derived class, generates method-specific information that gets placed in a ServiceDescription object corresponding to a binding.
Protected method ReflectMethodBinding When overridden in a derived class, returns the name of the binding that a method belongs to.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top
Show: