EndpointDiscoveryMetadata.FromServiceEndpoint 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.
Erstellt ein neues EndpointDiscoveryMetadata aus einem ServiceEndpoint.
Überlädt
FromServiceEndpoint(ServiceEndpoint) |
Erstellt ein neues EndpointDiscoveryMetadata aus einem ServiceEndpoint. |
FromServiceEndpoint(ServiceEndpoint, EndpointDispatcher) |
Erstellt eine neue Instanz der EndpointDiscoveryMetadata-Klasse mithilfe des angegebenen Dienstendpunkts und Endpunktverteilers. |
FromServiceEndpoint(ServiceEndpoint)
Erstellt ein neues EndpointDiscoveryMetadata aus einem ServiceEndpoint.
public:
static System::ServiceModel::Discovery::EndpointDiscoveryMetadata ^ FromServiceEndpoint(System::ServiceModel::Description::ServiceEndpoint ^ endpoint);
public static System.ServiceModel.Discovery.EndpointDiscoveryMetadata FromServiceEndpoint (System.ServiceModel.Description.ServiceEndpoint endpoint);
static member FromServiceEndpoint : System.ServiceModel.Description.ServiceEndpoint -> System.ServiceModel.Discovery.EndpointDiscoveryMetadata
Public Shared Function FromServiceEndpoint (endpoint As ServiceEndpoint) As EndpointDiscoveryMetadata
Parameter
- endpoint
- ServiceEndpoint
Ein Dienstendpunkt.
Gibt zurück
Eine neue EndpointDiscoveryMetadata-Instanz.
Gilt für:
FromServiceEndpoint(ServiceEndpoint, EndpointDispatcher)
Erstellt eine neue Instanz der EndpointDiscoveryMetadata-Klasse mithilfe des angegebenen Dienstendpunkts und Endpunktverteilers.
public:
static System::ServiceModel::Discovery::EndpointDiscoveryMetadata ^ FromServiceEndpoint(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Dispatcher::EndpointDispatcher ^ endpointDispatcher);
public static System.ServiceModel.Discovery.EndpointDiscoveryMetadata FromServiceEndpoint (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.EndpointDispatcher endpointDispatcher);
static member FromServiceEndpoint : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.EndpointDispatcher -> System.ServiceModel.Discovery.EndpointDiscoveryMetadata
Public Shared Function FromServiceEndpoint (endpoint As ServiceEndpoint, endpointDispatcher As EndpointDispatcher) As EndpointDiscoveryMetadata
Parameter
- endpoint
- ServiceEndpoint
Der Endpunkt.
- endpointDispatcher
- EndpointDispatcher
Der Endpunktverteiler.
Gibt zurück
Eine neue EndpointDiscoveryMetadata-Instanz.