次の方法で共有


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

クライアントに返送されたエンドポイント探索メタデータ。

適用対象