다음을 통해 공유


MetadataImporter.ImportAllEndpoints 메서드

정의

파생 클래스에서 재정의되는 경우 메타데이터의 모든 엔드포인트를 반환합니다.

public:
 abstract System::ServiceModel::Description::ServiceEndpointCollection ^ ImportAllEndpoints();
public abstract System.ServiceModel.Description.ServiceEndpointCollection ImportAllEndpoints ();
abstract member ImportAllEndpoints : unit -> System.ServiceModel.Description.ServiceEndpointCollection
Public MustOverride Function ImportAllEndpoints () As ServiceEndpointCollection

반환

ServiceEndpointCollection

서비스에서 게시하는 ServiceEndpoint 개체의 컬렉션입니다.

설명

가져온 메타데이터의 모든 엔드포인트를 반환하려면 ImportAllEndpoints 메서드를 구현합니다. 가져온 엔드포인트에 관리되는 형식 정보가 없기 때문에 서비스 엔드포인트로 가져온 메타데이터는 런타임 또는 내보내기 메타데이터를 만드는 데 사용될 수 없습니다. 메타데이터를 사용하여 클라이언트 또는 서비스 런타임을 만들거나 메타데이터를 생성하려면 먼저 메타데이터에서 코드를 생성하여 컴파일한 후 System.ServiceModel.Description.ContractDescription를 사용하여 해당 형식 정보로 새로운 GetContract 개체를 만들어야 합니다.

적용 대상