MetadataElement.WsdlImporters 속성

정의

WSDL(웹 서비스 기술 언어) 1.1 메타데이터를 WS-Policy 첨부 파일과 함께 가져오는 WSDL 가져오기 컬렉션을 얻습니다.

public:
 property System::ServiceModel::Configuration::WsdlImporterElementCollection ^ WsdlImporters { System::ServiceModel::Configuration::WsdlImporterElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("wsdlImporters")]
public System.ServiceModel.Configuration.WsdlImporterElementCollection WsdlImporters { get; }
[<System.Configuration.ConfigurationProperty("wsdlImporters")>]
member this.WsdlImporters : System.ServiceModel.Configuration.WsdlImporterElementCollection
Public ReadOnly Property WsdlImporters As WsdlImporterElementCollection

속성 값

WsdlImporterElementCollection

WSDL(웹 서비스 기술 언어) 1.1 메타데이터를 WS-Policy 첨부 파일과 함께 가져오는 WSDL 가져오기 컬렉션입니다.

특성

설명

WsdlImporter는 메타데이터를 가져오고 그 정보를 계약 및 엔드포인트 정보를 나타내는 다양한 클래스로 변환하는 데 사용됩니다.

가져오기 오류를 공개하는 속성 및 계약과 엔드포인트 정보를 가져오고, 가져오기 및 변환 프로세스와 관련된 형식 정보를 받을 수도 있습니다. 또한 정책 문서, WSDL 문서, WSDL 확장명 및 XML 스키마 문서에 대한 액세스를 제공하는 바인딩 정보와 속성의 가져오기도 지원합니다.

적용 대상