WebServiceTaskUtil.GetServices Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an array that contains all the services available in the Web Services Description Language (WSDL).
public:
cli::array <System::String ^> ^ GetServices();
public string[] GetServices ();
member this.GetServices : unit -> string[]
Public Function GetServices () As String()
Returns
String[]
An array of type String that contains a list of all the services.