Add missing doc for 'SessionOptions'

This commit is contained in:
Hisham Abdullah Bin Ateya 2015-06-30 09:04:54 +03:00
parent 13ff3159ea
commit 081eb5e255
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>