Property | Type | Description | |
---|---|---|---|
GetContextItems | Func |
||
ScopeContextName | string |
Method | Description | |
---|---|---|
Dispose ( ) : void |
Nothing to dispose.
|
|
GetCurrentOrDefault ( ) : IScope |
Returns current ambient scope stored in item storage.
|
|
HttpContextScopeContext ( Func |
Creates the context optionally with arbitrary/test items storage.
|
|
SetCurrent ( SetCurrentScopeHandler setCurrentScope ) : IScope |
Sets the new scope as current using existing current as input.
|
public HttpContextScopeContext ( Func |
||
getContextItems | Func |
(optional) Arbitrary/test items storage. |
return | System |
public SetCurrent ( SetCurrentScopeHandler setCurrentScope ) : IScope | ||
setCurrentScope | SetCurrentScopeHandler | Delegate to get new scope. |
return | IScope |