共用方式為


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

要傳回用戶端的端點探索中繼資料。

適用於