SoapProtocolImporter.IsSoapEncodingPresent(String) 方法

定义

检查表示统一资源标识符 (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

适用于