[Modify] Polish it

master
sta 10 years ago
parent 29e0d3607a
commit 9728750114

@ -61,11 +61,11 @@ namespace WebSocketSharp
#region Internal Fields
/// <summary>
/// Represents the Ping frame without the payload data as an array of <see cref="byte"/>.
/// 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 frame, so it can only be used to
/// send a Ping from a server.
/// send a ping from a server.
/// </remarks>
internal static readonly byte[] EmptyPingBytes;

Loading…
Cancel
Save