SoapProtocolImporter.IsSoapEncodingPresent(String) メソッド

定義

URI (Uniform Resource Indicator) のリストを表す文字列内に、"http://schemas.xmlsoap.org/soap/encoding/" があるかどうかをチェックします。

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 のリスト。

戻り値

Boolean

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

適用対象