NetSectionGroup::GetSectionGroup Method (Configuration^)

 

Gets the System.Net configuration section group from the specified configuration file.

Namespace:   System.Net.Configuration
Assembly:  System (in System.dll)

public:
static NetSectionGroup^ GetSectionGroup(
	Configuration^ config
)

Parameters

config
Type: System.Configuration::Configuration^

A Configuration that represents a configuration file.

Return Value

Type: System.Net.Configuration::NetSectionGroup^

A NetSectionGroup that represents the System.Net settings in config.

Use this method to extract the network settings from a configuration file.

.NET Framework
Available since 2.0
Return to top
Show: