[Modify] Remove it
This commit is contained in:
parent
f806c4f6e4
commit
4f14f34d67
@ -58,29 +58,6 @@ namespace WebSocketSharp
|
||||
|
||||
#endregion
|
||||
|
||||
#region Internal Fields
|
||||
|
||||
/// <summary>
|
||||
/// Represents the ping frame without the payload data as an array of
|
||||
/// <see cref="byte"/>.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// The value of this field is created from a non masked ping frame,
|
||||
/// so it can only be used to send a ping from the server.
|
||||
/// </remarks>
|
||||
internal static readonly byte[] EmptyPingBytes;
|
||||
|
||||
#endregion
|
||||
|
||||
#region Static Constructor
|
||||
|
||||
static WebSocketFrame ()
|
||||
{
|
||||
EmptyPingBytes = CreatePingFrame (false).ToArray ();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Private Constructors
|
||||
|
||||
private WebSocketFrame ()
|
||||
|
Loading…
Reference in New Issue
Block a user