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

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

적용 대상