Click or drag to resize

SessionHandler Properties

The SessionHandler type exposes the following members.

Properties
  Name Description
Public property AuthenticationToken Gets the token used for identifying the authentication token in cookie headers.
Public property InnerHandler Gets or sets the inner handler which processes the HTTP response messages.
(Inherited from DelegatingHandler)
Public property Static member SessionMonitorInterval Gets interval, in milliseconds, over which the client session cache will be evaluated for expired sessions.
Public property Static member SessionTimeout Gets timeout, in minutes, for which inactive client sessions will be expired and removed from the cache.
Public property SessionToken Gets the token used for identifying the session ID in cookie headers.
Top
See Also