WebServiceTaskUtil.GetServices Method

Definition

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.

Applies to