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!

HttpProtocolInfoReflector.ReflectUrlParameters

[To be supplied.]

[Visual Basic]
Protected Function ReflectUrlParameters( _
   ByVal method As LogicalMethodInfo _
) As HttpParameterInfos
[C#]
protected HttpParameterInfos ReflectUrlParameters(
   LogicalMethodInfo method
);
[C++]
protected: HttpParameterInfos* ReflectUrlParameters(
   LogicalMethodInfo* method
);
[JScript]
protected function ReflectUrlParameters(
   method : LogicalMethodInfo
) : HttpParameterInfos;

Parameters

method
[To be supplied.]

See Also

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