ProtocolReflector Methods

(see also Protected Methods )
  Name Description
Public method Equals  Overloaded.
Determines whether two Object instances are equal.
(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)
Public method Static ReferenceEquals 
Determines whether the specified Object instances are the same instance.
(inherited from Object)
Public method ToString 
Returns a String that represents the current Object.
(inherited from Object)
Top

  Name Description
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.
Protected method Finalize 
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(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.
Top

Community Additions

ADD
Show: