SoapProtocolImporter.IsSoapEncodingPresent(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 のリスト。
戻り値
文字列に "http://schemas.xmlsoap.org/soap/encoding/" が含まれる場合は true。それ以外の場合は false。