WebServiceTaskUtil.GetServices 方法

定义

返回一个数组,该数组包含 Web 服务描述语言 (WSDL) 中提供的所有服务。

public:
 cli::array <System::String ^> ^ GetServices();
public string[] GetServices ();
member this.GetServices : unit -> string[]
Public Function GetServices () As String()

返回

String[]

一个字符串类型的数组,其中包含所有服务的列表。

适用于