WebServicesInteroperability 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
WebServicesInteroperability 類別會提供方法,以驗證指定的 Web 服務或服務是否符合指定的 Web 服務互通性 (WS-I) 組織規格。
public ref class WebServicesInteroperability sealed
public sealed class WebServicesInteroperability
type WebServicesInteroperability = class
Public NotInheritable Class WebServicesInteroperability
- 繼承
-
WebServicesInteroperability
備註
WS-I 會發佈非專屬 Web 服務規格,以跨平臺提升 Web 服務的互通性。
方法
CheckConformance(WsiProfiles, ServiceDescription, BasicProfileViolationCollection) |
驗證指定的 Web 服務是否符合給定的 WS-I 規格,並提供任何發現的違規清單。 |
CheckConformance(WsiProfiles, ServiceDescriptionCollection, BasicProfileViolationCollection) |
驗證指定的 Web 服務是否符合給定的 WS-I 規格,並提供任何發現的違規清單。 |
CheckConformance(WsiProfiles, WebReference, BasicProfileViolationCollection) |
驗證指定的 Web 服務是否符合給定的 WS-I 規格,並提供任何發現的違規清單。 |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |