SessionStateSection, ROOT\WebAdministration
Class
| Methods (9)
| Properties (20)
| Qualifiers (8)
| Instances | Namespaces (2)
Samples: VB Script
| C#
| VB.Net
| Search on:Microsoft
Description Configures the session state for a Web application.
SessionStateSection methods SessionStateSection has 9 methods (9 Derived )
SessionStateSection properties SessionStateSection has 20 properties (17 Local , 3 Derived )
Detailed description of SessionStateSection methods Derived methods (9) of SessionStateSection class
▲ Clear methodReturn Parameters Name CIMType ID IN OUT Qualifiers CollectionName string 0 ✓ - {'In':True}
bypass_getobject True Description 'Clears all elements from a collection in a configuration section.' implemented True Clear method is in 69 classes of ROOT\WebAdministration and in 9 namespaces
▲ GetAllowDefinition methodReturn Parameters Name CIMType ID IN OUT Qualifiers AllowDefinition string 0 - ✓ {'out':True}
bypass_getobject True Description 'Retrieves a value which specifies the levels at which the configuration section can be set.' implemented True static True GetAllowDefinition method is in 116 classes of ROOT\WebAdministration and in 1 namespace
▲ GetAllowLocation methodReturn Parameters Name CIMType ID IN OUT Qualifiers AllowLocation string 0 - ✓ {'out':True}
bypass_getobject True Description 'Retrieves the allowLocation attribute for a configuration section.' implemented True static True GetAllowLocation method is in 116 classes of ROOT\WebAdministration and in 1 namespace
▲ RevertToParent methodReturn Parameters Name CIMType ID IN OUT Qualifiers PropertyName string 0 ✓ - {'OPTIONAL':True}
bypass_getobject True Description 'Reverts configuration values in a section to those of its parent section.' implemented True RevertToParent method is in 120 classes of ROOT\WebAdministration and in 1 namespace
▲ SetAllowDefinition methodReturn Parameters Name CIMType ID IN OUT Qualifiers AllowDefinition string 0 ✓ - {'in':True}
bypass_getobject True Description 'Sets a value which specifies the levels at which the configuration section can be set.' implemented True static True SetAllowDefinition method is in 116 classes of ROOT\WebAdministration and in 1 namespace
▲ SetAllowLocation methodReturn Parameters Name CIMType ID IN OUT Qualifiers AllowLocation string 0 ✓ - {'in':True}
bypass_getobject True Description 'Sets the allowLocation attribute for a configuration section.' implemented True static True SetAllowLocation method is in 116 classes of ROOT\WebAdministration and in 1 namespace
Detailed description of SessionStateSection properties Local properties (17) of SessionStateSection class ▲ AllowCustomSqlDatabase propertyCIMTYPE 'boolean' Description 'A read/write Boolean value. True if the user is allowed to specify the initial catalog value in the SqlConnectionString property; otherwise, false.' read True write True AllowCustomSqlDatabase property is in 1 class (SessionStateSection) of ROOT\WebAdministration and in 2 namespaces
▲ CompressionEnabled propertyCIMTYPE 'boolean' Description 'A read/write Boolean value for CompressionEnabled.' read True write True CompressionEnabled property is in 1 class (SessionStateSection) of ROOT\WebAdministration and in 6 namespaces
▲ Cookieless propertyCIMTYPE 'sint32' Description 'A read/write sint32 value that configures how cookies are used to identify client sessions.' read True ValueMap ['0', '1', '2', '3'] Values ['UseUri', 'UseCookies', 'AutoDetect', 'UseDeviceProfile'] write True Cookieless property is in 3 classes of ROOT\WebAdministration and in 2 namespaces
▲ CustomProvider propertyCIMTYPE 'string' Description 'A read/write string value that specifies the name of a custom provider from the Providers property that is used when the Mode property is set to Custom.' read True write True CustomProvider property is in 1 class (SessionStateSection) of ROOT\WebAdministration and in 2 namespaces
▲ Mode propertyCIMTYPE 'sint32' Description 'A read/write sint32 value that specifies where to store the session state.' read True ValueMap ['0', '1', '2', '3', '4'] Values ['Off', 'InProc', 'StateServer', 'SQLServer', 'Custom'] write True Mode property is in 6 classes of ROOT\WebAdministration and in 15 namespaces
▲ PartitionResolverType propertyCIMTYPE 'string' Description 'A read/write string value that contains the fully qualified name of the resolver type that partitions session-state data across multiple backend nodes when the Mode property is set to SQLServer or StateServer.' read True write True PartitionResolverType property is in 1 class (SessionStateSection) of ROOT\WebAdministration and in 2 namespaces
▲ Providers propertyCIMTYPE 'object:ProviderSettings' Description 'A ProviderSettings value that contains the name and type of providers that perform session-state-related services.' read True write True Providers property is in 13 classes of ROOT\WebAdministration and in 2 namespaces
▲ RegenerateExpiredSessionId propertyCIMTYPE 'boolean' Description 'A read/write Boolean value. True if the session ID is regenerated when an expired session ID is specified by the client; otherwise, false.' read True write True RegenerateExpiredSessionId property is in 1 class (SessionStateSection) of ROOT\WebAdministration and in 2 namespaces
▲ SessionIDManagerType propertyCIMTYPE 'string' Description 'A read/write string value that specifies the fully qualified type of the session ID manager.' read True write True SessionIDManagerType property is in 1 class (SessionStateSection) of ROOT\WebAdministration and in 2 namespaces
▲ SqlCommandTimeout propertyCIMTYPE 'datetime' Description 'A read/write datetime value that specifies the time-out for SQL commands that use the SQL Server session-state mode.' read True SubType 'Interval' write True SqlCommandTimeout property is in 1 class (SessionStateSection) of ROOT\WebAdministration and in 2 namespaces
▲ SqlConnectionRetryInterval propertyCIMTYPE 'datetime' Description 'A read/write time span value for SqlConnectionRetryInterval.' read True write True SqlConnectionRetryInterval property is in 1 class (SessionStateSection) of ROOT\WebAdministration and in 2 namespaces
▲ SqlConnectionString propertyCIMTYPE 'string' Description 'A read/write string value that contains the connection string to a SQL Server.' read True write True SqlConnectionString property is in 1 class (SessionStateSection) of ROOT\WebAdministration and in 2 namespaces
▲ StateConnectionString propertyCIMTYPE 'string' Description 'A read/write string value that specifies the server name and port when the session state is stored remotely.' read True write True StateConnectionString property is in 1 class (SessionStateSection) of ROOT\WebAdministration and in 2 namespaces
▲ StateNetworkTimeout propertyCIMTYPE 'datetime' Description 'A read/write datetime value that specifies the time, in seconds, that the network connection between the Web server and the state server can remain idle before the session is abandoned.' read True SubType 'Interval' write True StateNetworkTimeout property is in 1 class (SessionStateSection) of ROOT\WebAdministration and in 2 namespaces
▲ Timeout propertyCIMTYPE 'datetime' Description 'A read/write datetime value that specifies the time, in minutes, after which the session will expire due to inactivity.' read True SubType 'Interval' write True Timeout property is in 6 classes of ROOT\WebAdministration and in 9 namespaces
▲ UseHostingIdentity propertyCIMTYPE 'boolean' Description 'A read/write Boolean value. True if Windows authentication and the host process identity (either ASP.NET or a Windows Service identity) are enabled for remote connections; false if the session state uses client impersonation when it is available.' read True write True UseHostingIdentity property is in 1 class (SessionStateSection) of ROOT\WebAdministration and in 2 namespaces
Derived properties (3) of SessionStateSection class
▲ SectionInformation propertyCIMTYPE 'object:SectionInformation' Description 'A SectionInformation object whose read/write properties provide metadata and control locking for a configuration section.' read True write True SectionInformation property is in 116 classes of ROOT\WebAdministration and in 2 namespaces
SessionStateSection Qualifiers Name Value ToInstance ToSubclass Overridable Amended Local
Description 'Configures the session state for a Web application.' ✗ ✓ ✓ ✓ ✓
DisplayName 'Session State Section' ✓ ✓ ✓ ✓ ✓
dynamic True ✓ ✓ ✓ ✗ ✓
factory_clsid '{901a70b2-0f7a-44ea-b97b-1e9299dec8ca}' ✓ ✓ ✓ ✗ ✓
Locale 1033 ✓ ✓ ✓ ✓ ✓
provider 'WebAdministrationProvider' ✓ ✓ ✓ ✗ ✓
section_path 'system.web/sessionState' ✓ ✓ ✓ ✗ ✓
SupportsUpdate True ✗ ✗ ✓ ✗ ✓
SessionStateSection System properties Name Value Origin CIMType Local Array
__PATH '\\.\ROOT\WebAdministration:SessionStateSection' ___SYSTEM 8 ✗ ✗
__NAMESPACE 'ROOT\WebAdministration' ___SYSTEM 8 ✗ ✗
__SERVER '.' ___SYSTEM 8 ✗ ✗
__DERIVATION ['ConfigurationSectionWithCollection', 'ConfigurationSection'] ___SYSTEM 8 ✗ ✓
__PROPERTY_COUNT 20 ___SYSTEM 3 ✗ ✗
__RELPATH 'SessionStateSection ' ___SYSTEM 8 ✗ ✗
__DYNASTY 'ConfigurationSection ' ___SYSTEM 8 ✗ ✗
__SUPERCLASS 'ConfigurationSectionWithCollection ' ___SYSTEM 8 ✗ ✗
__CLASS 'SessionStateSection ' ___SYSTEM 8 ✗ ✗
__GENUS 1 ___SYSTEM 3 ✗ ✗
Similar Classes to SessionStateSection Number of classes:119
Please enable JavaScript to view the comments powered by Disqus.
comments powered by