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.GetMethodUrl

[To be supplied.]

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

Parameters

method
[To be supplied.]

See Also

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