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!

HttpServerProtocol.AreUrlParametersSupported

[To be supplied.]

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

Parameters

methodInfo
[To be supplied.]

See Also

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