Class ThreadContextProvider
Plug-in for storing the internal state of NetServer in a thread-static variable
Implements
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 |