[Modify] Add a field
It can be used as the empty payload data.
This commit is contained in:
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…
Reference in New Issue
Block a user