Sdílet prostřednictvím


ServiceDescriptionReflector.Reflect(Type, String) Metoda

Definice

ServiceDescription Vytvoří včetně zadané Type pro webovou službu XML na zadané adrese URL.

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)

Parametry

type
Type

Třída Type nebo rozhraní, které se mají odrážet.

url
String

Adresa (URL) webové služby XML.

Poznámky

Tato metoda zkoumá metadata webové služby XML na zadané adrese URL. Pokud zadaný Type není podporován, upraví soubor WSDL (Web Services Description Language) odpovídající ServiceDescription popisu webové služby XML, aby zahrnoval tento typ.

Další informace o WSDL (Web Services Description Language) najdete ve specifikaci WSDL .

Platí pro