FindRequestContext.OnAddMatchingEndpoint(EndpointDiscoveryMetadata) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Wird aufgerufen, nachdem der Benutzer dem FindRequestContext einen Endpunkt hinzugefügt hat, indem er einen AddMatchingEndpoint(EndpointDiscoveryMetadata) aufruft.
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)
Parameter
- matchingEndpoint
- EndpointDiscoveryMetadata
Die an den Client zurückzusendenden Endpunktermittlungsmetadaten.