SoapProtocolImporter.IsSoapEncodingPresent(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檢查在表示 Uniform Resource Indicators (URI) 清單的字串中,是否存在 "http://schemas.xmlsoap.org/soap/encoding/"。
protected:
virtual bool IsSoapEncodingPresent(System::String ^ uriList);
protected virtual bool IsSoapEncodingPresent (string uriList);
abstract member IsSoapEncodingPresent : string -> bool
override this.IsSoapEncodingPresent : string -> bool
Protected Overridable Function IsSoapEncodingPresent (uriList As String) As Boolean
參數
- uriList
- String
以空格分隔的 URI 清單。
傳回
若字串包含 "http://schemas.xmlsoap.org/soap/encoding/",則為 true
;否則為 false
。