Merge pull request #44 from hishamco/docs
Add missing docs for 'SessionOptions'
This commit is contained in:
commit
a5b887f40b
|
|
@ -5,6 +5,9 @@ using System;
|
|||
|
||||
namespace Microsoft.AspNet.Session
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents the session state options for the application.
|
||||
/// </summary>
|
||||
public class SessionOptions
|
||||
{
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Reference in New Issue