ProtocolReflector.ReflectMethod Method

Definition

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.

Applies to