SoapProtocolImporter.IsSoapEncodingPresent(String) Methode

Definitie

Controleert op de aanwezigheid van "http://schemas.xmlsoap.org/soap/encoding/" in een tekenreeks die een lijst met Uniform Resource Indicators (URI's) vertegenwoordigt.

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

Parameters

uriList
String

Een door spaties gescheiden lijst met URI's.

Retouren

true als de tekenreeks "http://schemas.xmlsoap.org/soap/encoding/"; bevat; anders false.

Van toepassing op