ServiceDescriptionReflector.Reflect(Type, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建一个 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)
参数
- url
- String
XML Web services 的地址 (URL)。
注解
此方法检查指定 URL 处的 XML Web service 的元数据。 如果 Type 不支持指定的,则它会修改与描述 XML Web service (WSDL) 文件对应的 Web 服务描述语言 ServiceDescription ,以便包含该类型。
有关 Web Services 描述语言 (WSDL) 的详细信息,请参阅 wsdl 规范。