[This is preliminary documentation and is subject to change.]
The ExecutionContext type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() ![]() | __SetApplicationLevelContext |
Internal framework-only method to bind application-level context
|
![]() ![]() | __SetThreadLevelContext |
Internal framework-only method to bind thread-level context
|
![]() ![]() | __SetThreadLevelSessionContext |
Internal framework-only method to bind thread-level context
|
Properties
Name | Description | |
---|---|---|
![]() ![]() | Application |
Returns global application context
|
![]() ![]() | HasThreadContextSession |
Returns true when thread-level session object is available and not a NOPSession instance
|
![]() ![]() | Request |
Returns Request object for current thread, or if it is null, app-global-level object is returned
|
![]() ![]() | Response |
Returns Response object for current thread, or if it is null, app-global-level object is returned
|
![]() ![]() | Session |
Returns Session object for current thread, or if it is null, app-global-level object is returned
|
See Also