NetSectionGroup.GetSectionGroup(Configuration) Methode

Definitie

Hiermee haalt u de System.Net configuratiesectiegroep op uit het opgegeven configuratiebestand.

public:
 static System::Net::Configuration::NetSectionGroup ^ GetSectionGroup(System::Configuration::Configuration ^ config);
public static System.Net.Configuration.NetSectionGroup GetSectionGroup(System.Configuration.Configuration config);
static member GetSectionGroup : System.Configuration.Configuration -> System.Net.Configuration.NetSectionGroup
Public Shared Function GetSectionGroup (config As Configuration) As NetSectionGroup

Parameters

config
Configuration

Een Configuration die een configuratiebestand vertegenwoordigt.

Retouren

Een NetSectionGroup die de System.Net instellingen in config.

Opmerkingen

Gebruik deze methode om de netwerkinstellingen uit een configuratiebestand te extraheren.

Van toepassing op