[Modify] Add a field

It can be used as the empty payload data.
This commit is contained in:
sta 2015-10-01 14:50:17 +09:00
parent d699a8d49a
commit 7b46252038

View File

@ -45,6 +45,11 @@ namespace WebSocketSharp
#region Public Fields
/// <summary>
/// Represents the empty payload data.
/// </summary>
public static readonly PayloadData Empty = new PayloadData ();
/// <summary>
/// Represents the allowable max length.
/// </summary>