ProtocolReflector.ReflectMethod Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, generates method-specific information that gets placed in a ServiceDescription object corresponding to a binding.
protected:
abstract bool ReflectMethod();
protected abstract bool ReflectMethod ();
abstract member ReflectMethod : unit -> bool
Protected MustOverride Function ReflectMethod () As Boolean
Returns
Method-specific information that gets placed in a ServiceDescription object corresponding to a binding.
Remarks
An implementation of the ReflectMethod method should generate information such as operation binding, abstract operation, and messages.