Ant Organisation Ltd documentation

WebServiceManager.GetMethods Method 

Gets a collection of MethodInfo objects filtered to only represent the web service methods that use string, int, long, bool, decimal, datetime

public ICollection GetMethods(
   Type type
);

Parameters

type
Type returned from GetTypeForUrl

Return Value

Collection of MethodInfo

See Also

WebServiceManager Class | Ant.Shared.WebServices Namespace