Sdílet prostřednictvím


SoapProtocolImporter.IsSoapEncodingPresent(String) Metoda

Definice

Kontroluje přítomnost řetězce , který představuje seznam identifikátorů http://schemas.xmlsoap.org/soap/encoding/ URI (Uniform Resource Indicators).

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

Parametry

uriList
String

Seznam identifikátorů URI oddělených mezerami.

Návraty

Boolean

true pokud řetězec obsahuje " http://schemas.xmlsoap.org/soap/encoding/ "; jinak false .

Platí pro