共用方式為


ServiceDescriptionReflector.Reflect(Type, String) 方法

定義

建立 ServiceDescription,包括指定 URL 上 XML Web Service 的 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 Service 的位址 (URL)。

備註

這個方法會檢查位於指定 URL 之 XML Web 服務的中繼資料。 如果不支援指定的 Type ,它會修改與描述 XML Web 服務對應的 ServiceDescription Web 服務描述語言 (WSDL) 檔案,以包含該類型。

如需 Web 服務描述語言 (WSDL) 的詳細資訊,請參閱 WSDL 規格。

適用於