SoapProtocolImporter.IsSoapEncodingPresent(String) 方法

定义

检查表示统一资源标识符 (URI) 列表的字符串中是否存在“http://schemas.xmlsoap.org/soap/encoding/”。Checks for the presence of "http://schemas.xmlsoap.org/soap/encoding/" in a string that represents a list of Uniform Resource Indicators (URIs).

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 列表。A space-delimited list of URIs.

返回

Boolean

如果字符串包含“http://schemas.xmlsoap.org/soap/encoding/”,则为 true;否则为 falsetrue if the string contains "http://schemas.xmlsoap.org/soap/encoding/"; otherwise false.

适用于