ServiceDescriptionReflector.Reflect(Type, String) 方法

定义

创建一个 ServiceDescription,它包含指定 URL 处的 XML Web services 的指定 Type

public:
 void Reflect(Type ^ type, System::String ^ url);
public void Reflect (Type type, string url);
member this.Reflect : Type * string -> unit
Public Sub Reflect (type As Type, url As String)

参数

type
Type

要反射的类或接口的 Type

url
String

XML Web services 的地址 (URL)。

注解

此方法检查指定 URL 处的 XML Web service 的元数据。 如果 Type 不支持指定的,则它会修改与描述 XML Web service (WSDL) 文件对应的 Web 服务描述语言 ServiceDescription ,以便包含该类型。

有关 Web Services 描述语言 (WSDL) 的详细信息,请参阅 wsdl 规范。

适用于