StandardEndpointCollectionElement<TStandardEndpoint,TEndpointConfiguration>.Endpoints Eigenschaft
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.
Ruft eine Standardauflistung von Standardendpunktelementen ab.
public:
property System::ServiceModel::Configuration::StandardEndpointElementCollection<TEndpointConfiguration> ^ Endpoints { System::ServiceModel::Configuration::StandardEndpointElementCollection<TEndpointConfiguration> ^ get(); };
[System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public System.ServiceModel.Configuration.StandardEndpointElementCollection<TEndpointConfiguration> Endpoints { get; }
[<System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)>]
member this.Endpoints : System.ServiceModel.Configuration.StandardEndpointElementCollection<'EndpointConfiguration (requires 'EndpointConfiguration :> System.ServiceModel.Configuration.StandardEndpointElement and 'EndpointConfiguration : (new : unit -> 'EndpointConfiguration))>
Public ReadOnly Property Endpoints As StandardEndpointElementCollection(Of TEndpointConfiguration)
Eigenschaftswert
Eine Auflistung von Endpunktelementen.
- Attribute
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.