CallerContextService Properties

The CallerContextService type exposes the following members.

Properties
  NameDescription
Public propertyCurrentContext
Gets an object representing the current caller context.
Public propertyCurrentWindowsIdentity
Gets the WindowsIdentity associated with the caller.
Public propertyIsMultithreaded
Gets a value indicating whether the service supports different callers between threads.
Protected propertyStoredContext
Gets or sets the context that is actually stored by a derived class.
Public propertyWillCreatedContextBeThreadAgnostic
Gets a value indicating whether a caller context created on the current thread will be thread-agnostic.
Top
See Also