WebServiceBindingAttribute.ConformsTo Vlastnost

Definice

Získá nebo nastaví specifikaci interoperability webových služeb (WSI), na kterou se vazby deklarace identity odpovídají.

public:
 property System::Web::Services::WsiProfiles ConformsTo { System::Web::Services::WsiProfiles get(); void set(System::Web::Services::WsiProfiles value); };
public System.Web.Services.WsiProfiles ConformsTo { get; set; }
member this.ConformsTo : System.Web.Services.WsiProfiles with get, set
Public Property ConformsTo As WsiProfiles

Hodnota vlastnosti

WsiProfiles

Jedna z WsiProfiles hodnot označujících specifikaci WSI.

Poznámky

Organizace WS-I publikuje pokyny k zajištění interoperability webových služeb napříč platformami. Tato vlastnost označuje specifikaci WSI, ke které se vazby deklarují, aby odpovídaly.

Vlastnost EmitConformanceClaims určuje, zda se deklarace identity shody poskytují při publikování popisu WSDL webové služby.

Platí pro

Viz také