[To be supplied.]
[Visual Basic] MustOverride Public Sub ReflectMethod( _ ByVal method As LogicalMethodInfo _ ) [C#] public abstract void ReflectMethod( LogicalMethodInfo method ); [C++] public: virtual void ReflectMethod( LogicalMethodInfo* method ) = 0; [JScript] public abstract function ReflectMethod( method : LogicalMethodInfo );
ProtocolInfoReflector Class | ProtocolInfoReflector Members | System.Web.Services.Description Namespace