FindRequestContext.OnAddMatchingEndpoint(EndpointDiscoveryMetadata) 메서드

정의

사용자가 호출하여 엔드포인트를 추가한 FindRequestContext 후 호출 AddMatchingEndpoint(EndpointDiscoveryMetadata)합니다.

protected:
 virtual void OnAddMatchingEndpoint(System::ServiceModel::Discovery::EndpointDiscoveryMetadata ^ matchingEndpoint);
protected virtual void OnAddMatchingEndpoint(System.ServiceModel.Discovery.EndpointDiscoveryMetadata matchingEndpoint);
abstract member OnAddMatchingEndpoint : System.ServiceModel.Discovery.EndpointDiscoveryMetadata -> unit
override this.OnAddMatchingEndpoint : System.ServiceModel.Discovery.EndpointDiscoveryMetadata -> unit
Protected Overridable Sub OnAddMatchingEndpoint (matchingEndpoint As EndpointDiscoveryMetadata)

매개 변수

matchingEndpoint
EndpointDiscoveryMetadata

클라이언트로 다시 보낼 엔드포인트 검색 메타데이터입니다.

적용 대상