Share via


WebServiceBindingAttribute.ConformsTo 屬性

定義

取得或設定繫結聲明所遵從的 Web 服務互通性 (WSI) 規格。

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

屬性值

WsiProfiles

其中一個 WsiProfiles 值,表示 WSI 規格。

備註

WS-I 組織會發佈指導方針,以確保跨平臺的 Web 服務互通性。 這個屬性工作表示系結宣告符合的 WSI 規格。

屬性 EmitConformanceClaims 可控制發佈 Web 服務的 WSDL 描述時,是否提供一致性宣告。

適用於

另請參閱