Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Interface: RT.Servers.ISessionEquatable<TSession>

Summary

Provides functionality required by Session.EnableAutomatic<TSession>(HttpRequest, Func<TSession, HttpResponse>).

Generic type parameters

TSession
  • Must derive from: RT.Servers.Session.
The type of the session object.

Instance methods

TSessionTakes a deep clone of this session object.