NetSectionGroup Properties

 

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

NameDescription
System_CAPS_pubpropertyAuthenticationModules

Gets the configuration section containing the authentication modules registered for the local computer.

System_CAPS_pubpropertyConnectionManagement

Gets the configuration section containing the connection management settings for the local computer.

System_CAPS_pubpropertyDefaultProxy

Gets the configuration section containing the default Web proxy server settings for the local computer.

System_CAPS_pubpropertyIsDeclarationRequired

Gets a value that indicates whether this ConfigurationSectionGroup object declaration is required. (Inherited from ConfigurationSectionGroup.)

System_CAPS_pubpropertyIsDeclared

Gets a value that indicates whether this ConfigurationSectionGroup object is declared.(Inherited from ConfigurationSectionGroup.)

System_CAPS_pubpropertyMailSettings

Gets the configuration section containing the SMTP client e-mail settings for the local computer.

System_CAPS_pubpropertyName

Gets the name property of this ConfigurationSectionGroup object.(Inherited from ConfigurationSectionGroup.)

System_CAPS_pubpropertyRequestCaching

Gets the configuration section containing the cache configuration settings for the local computer.

System_CAPS_pubpropertySectionGroupName

Gets the section group name associated with this ConfigurationSectionGroup.(Inherited from ConfigurationSectionGroup.)

System_CAPS_pubpropertySectionGroups

Gets a ConfigurationSectionGroupCollection object that contains all the ConfigurationSectionGroup objects that are children of this ConfigurationSectionGroup object.(Inherited from ConfigurationSectionGroup.)

System_CAPS_pubpropertySections

Gets a ConfigurationSectionCollection object that contains all of ConfigurationSection objects within this ConfigurationSectionGroup object.(Inherited from ConfigurationSectionGroup.)

System_CAPS_pubpropertySettings

Gets the configuration section containing the network settings for the local computer.

System_CAPS_pubpropertyType

Gets or sets the type for this ConfigurationSectionGroup object.(Inherited from ConfigurationSectionGroup.)

System_CAPS_pubpropertyWebRequestModules

Gets the configuration section containing the modules registered for use with the WebRequest class.

Return to top
Show: