Share via


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は 。

適用対象