[Modify] Add a field

It can be used as the empty payload data.
master
sta 10 years ago
parent d699a8d49a
commit 7b46252038

@ -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>

Loading…
Cancel
Save