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 목록입니다.

반품

문자열에 ";가 포함되어 있으면 <a0/>이고, 그렇지 않으면 .

적용 대상