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!

SoapServerProtocol.GetDefaultMethodUri

[To be supplied.]

[Visual Basic]
Public Shared Function GetDefaultMethodUri( _
   ByVal methodInfo As LogicalMethodInfo _
) As String
[C#]
public static string GetDefaultMethodUri(
   LogicalMethodInfo methodInfo
);
[C++]
public: static String* GetDefaultMethodUri(
   LogicalMethodInfo* methodInfo
);
[JScript]
public static function GetDefaultMethodUri(
   methodInfo : LogicalMethodInfo
) : String;

Parameters

methodInfo
[To be supplied.]

See Also

SoapServerProtocol Class | SoapServerProtocol Members | System.Web.Services.Protocols Namespace