Merge pull request #44 from hishamco/docs

Add missing docs for 'SessionOptions'
This commit is contained in:
Eilon Lipton 2015-06-30 09:20:05 -07:00
commit a5b887f40b
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ using System;
namespace Microsoft.AspNet.Session
{
/// <summary>
/// Represents the session state options for the application.
/// </summary>
public class SessionOptions
{
/// <summary>