WSTrustServiceContract.ImportSchema 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
WSDL에 아직 없는 경우 필요한 모든 스키마를 가져옵니다.
protected:
virtual void ImportSchema(System::ServiceModel::Description::WsdlExporter ^ exporter, System::ServiceModel::Description::WsdlEndpointConversionContext ^ context, System::String ^ ns);
protected virtual void ImportSchema (System.ServiceModel.Description.WsdlExporter exporter, System.ServiceModel.Description.WsdlEndpointConversionContext context, string ns);
abstract member ImportSchema : System.ServiceModel.Description.WsdlExporter * System.ServiceModel.Description.WsdlEndpointConversionContext * string -> unit
override this.ImportSchema : System.ServiceModel.Description.WsdlExporter * System.ServiceModel.Description.WsdlEndpointConversionContext * string -> unit
Protected Overridable Sub ImportSchema (exporter As WsdlExporter, context As WsdlEndpointConversionContext, ns As String)
매개 변수
- exporter
- WsdlExporter
계약 정보를 내보내는 WsdlExporter입니다.
- context
- WsdlEndpointConversionContext
내보낸 WSDL 요소에서 엔드포인트 설명으로의 매핑을 제공합니다.
- ns
- String
스키마를 가져올 현재 Ws-Trust 네임스페이스입니다.
예외
ns
이 null
또는 빈 문자열인 경우
ns
에 지정된 네임스페이스가 인식된 WS-Trust 네임스페이스가 아닙니다.
설명
기본 구현에서는 WS-Trust 2 월 2005 및 WS-Trust 1.3 스키마를 가져옵니다. 파생 클래스에서이 메서드를 재정의 하 여 다른 스키마를 가져올 수 있습니다.