SoapProtocolImporter.IsSoapEncodingPresent(String) メソッド

定義

"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

パラメーター

uriList
String

URI のスペース区切りの一覧。

返品

true 文字列に "http://schemas.xmlsoap.org/soap/encoding/"; が含まれている場合。それ以外の場合は false

適用対象