Preparing search index...
The search index is not available
TESSA Web API
TESSA Web API
Application.Http
HttpHooksContext
Class HttpHooksContext
Hierarchy (
View Summary
)
ScopeContextBase
HttpHooksContext
Index
Constructors
constructor
Properties
hooks
Accessors
parent
current
has
Current
Methods
get
All
Hooks
on
Scope
Dispose
on
Scope
Invoke
create
Constructors
constructor
new
HttpHooksContext
(
hooks
:
readonly
Partial
<
Omit
<
HttpInterceptor
<
HttpOptions
>
,
keyof
Extension
<
ExtensionContext
>
>
,
>
[]
,
)
:
HttpHooksContext
Parameters
hooks
:
readonly
Partial
<
Omit
<
HttpInterceptor
<
HttpOptions
>
,
keyof
Extension
<
ExtensionContext
>
>
,
>
[]
Returns
HttpHooksContext
Properties
Readonly
hooks
hooks
:
readonly
Partial
<
Omit
<
HttpInterceptor
<
HttpOptions
>
,
keyof
Extension
<
ExtensionContext
>
>
,
>
[]
Accessors
parent
get
parent
()
:
null
|
HttpHooksContext
Returns
null
|
HttpHooksContext
Static
current
get
current
()
:
null
|
HttpHooksContext
Returns
null
|
HttpHooksContext
Static
has
Current
get
hasCurrent
()
:
boolean
Returns
boolean
Methods
get
All
Hooks
getAllHooks
()
:
readonly
Partial
<
Omit
<
HttpInterceptor
<
HttpOptions
>
,
keyof
Extension
<
ExtensionContext
>
>
,
>
[]
Returns
readonly
Partial
<
Omit
<
HttpInterceptor
<
HttpOptions
>
,
keyof
Extension
<
ExtensionContext
>
>
,
>
[]
on
Scope
Dispose
onScopeDispose
(
_scope
:
IScopeInstance
<
ScopeContextBase
>
)
:
void
Parameters
_scope
:
IScopeInstance
<
ScopeContextBase
>
Returns
void
on
Scope
Invoke
onScopeInvoke
(
_scope
:
IScopeInstance
<
ScopeContextBase
>
)
:
void
Parameters
_scope
:
IScopeInstance
<
ScopeContextBase
>
Returns
void
Static
create
create
(
context
:
null
|
HttpHooksContext
)
:
IScopeInstance
<
HttpHooksContext
>
Parameters
context
:
null
|
HttpHooksContext
Returns
IScopeInstance
<
HttpHooksContext
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
hooks
Accessors
parent
current
has
Current
Methods
get
All
Hooks
on
Scope
Dispose
on
Scope
Invoke
create
TESSA Web API
Loading...