NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpGetProtocolInfoReflector.ReflectMethod

[To be supplied.]

[Visual Basic]
Overrides Public Sub ReflectMethod( _
   ByVal method As LogicalMethodInfo _
)
[C#]
public override void ReflectMethod(
   LogicalMethodInfo method
);
[C++]
public: override void ReflectMethod(
   LogicalMethodInfo* method
);
[JScript]
public override function ReflectMethod(
   method : LogicalMethodInfo
);

Parameters

method
[To be supplied.]

See Also

HttpGetProtocolInfoReflector Class | HttpGetProtocolInfoReflector Members | System.Web.Services.Description Namespace