CallerContext Properties

The CallerContext type exposes the following members.

Properties
  NameDescription
Public propertyData
Gets a dictionary containing arbitrary data associated with the context.
Public propertyId
Gets the unique ID of the context.
Public propertyIPAddress
Gets or sets the IP address associated with the context.
Public propertyIsThreadAgnostic
Gets a value indicating whether the instance will work across threads without needing to be cloned.
Public propertyParentContextId
Gets the ID of the parent context, which was cloned to create the context represented by this instance.
Public propertySessionId
Gets the ID of the session associated with the current caller.
Public propertySessionlessCulture
Gets or sets the culture that should be associated with the caller if there is no session.
Public propertyWindowsIdentity
Gets or sets the Windows identity associated with the caller.
Top
See Also