共用方式為


SoapProtocolImporter.IsSoapEncodingPresent(String) 方法

定義

檢查在表示 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 清單。

傳回

Boolean

若字串包含 "http://schemas.xmlsoap.org/soap/encoding/",則為 true;否則為 false

適用於