SoapProtocolImporter::IsSoapEncodingPresent Method (String^)

 
Use BaseTrue

Checks for the presence of "http://schemas.xmlsoap.org/soap/encoding/" in a string that represents a list of Uniform Resource Indicators (URIs).

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

protected:
virtual bool IsSoapEncodingPresent(
	String^ uriList
)

Parameters

uriList
Type: System::String^

A space-delimited list of URIs.

Return Value

Type: System::Boolean

true it the string contains http://schemas.xmlsoap.org/soap/encoding/; otherwise false.

.NET Framework
Available since 1.1
Return to top
Show: