Show / Hide Table of Contents

Class ThreadContextProvider

Plug-in for storing the internal state of NetServer in a thread-static variable

Inheritance
Object
ThreadContextProvider
Implements
ISoContextProvider
Namespace: SuperOffice.Security.Principal
Assembly: SoCore.dll
Syntax
public class ThreadContextProvider : Object, ISoContextProvider

Constructors

ThreadContextProvider()

Plug-in for storing the internal state of NetServer in a thread-static variable

Declaration
public ThreadContextProvider()

Properties

InheritSynchronizationContextInThreadManager

Plug-in for storing the internal state of NetServer in a thread-static variable

Declaration
public bool InheritSynchronizationContextInThreadManager { get; }
Property Value
Type Description
Boolean

Explicit Interface Implementations

ISoContextProvider.GetCurrentPrincipal()

Plug-in for storing the internal state of NetServer in a thread-static variable

Declaration
IPrincipal ISoContextProvider.GetCurrentPrincipal()
Returns
Type Description
IPrincipal

ISoContextProvider.SetCurrentPrincipal(IPrincipal)

Plug-in for storing the internal state of NetServer in a thread-static variable

Declaration
void ISoContextProvider.SetCurrentPrincipal(IPrincipal principal)
Parameters
Type Name Description
IPrincipal principal

Implements

ISoContextProvider

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top