ProtocolReflector::ReflectMethod Method ()

 
Use BaseTrue

When overridden in a derived class, generates method-specific information that gets placed in a ServiceDescription object corresponding to a binding.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

protected:
virtual bool ReflectMethod() abstract

Return Value

Type: System::Boolean

Method-specific information that gets placed in a ServiceDescription object corresponding to a binding.

An implementation of the ReflectMethod method should generate information such as operation binding, abstract operation, and messages.

.NET Framework
Available since 1.1
Return to top
Show: