StandardEndpointsSection.GetSection(Configuration) Methode

Definitie

Retourneert de sectie met standaardeindpunten uit het opgegeven configuratiebestand.

public:
 static System::ServiceModel::Configuration::StandardEndpointsSection ^ GetSection(System::Configuration::Configuration ^ config);
public static System.ServiceModel.Configuration.StandardEndpointsSection GetSection(System.Configuration.Configuration config);
static member GetSection : System.Configuration.Configuration -> System.ServiceModel.Configuration.StandardEndpointsSection
Public Shared Function GetSection (config As Configuration) As StandardEndpointsSection

Parameters

config
Configuration

Een object met een of meer XML-secties met configuratie-instellingen.

Retouren

Een standaardconfiguratiesectie voor eindpunten.

Uitzonderingen

config is null.

Van toepassing op