NetSectionGroup.GetSectionGroup(Configuration) 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.
Ruft die System.Net
-Konfigurationsabschnittsgruppe aus der angegebenen Konfigurationsdatei ab.
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
Parameter
- config
- Configuration
Eine Configuration, die eine Konfigurationsdatei darstellt.
Gibt zurück
Eine NetSectionGroup, die die System.Net
-Einstellungen in config
darstellt.
Hinweise
Verwenden Sie diese Methode, um die Netzwerkeinstellungen aus einer Konfigurationsdatei zu extrahieren.