Refactored a bit for WebSocket.cs

This commit is contained in:
sta 2015-08-30 17:53:12 +09:00
parent 653064223b
commit 72302fba97

View File

@ -131,7 +131,7 @@ namespace WebSocketSharp
/// <c>Int32.MaxValue - 14</c> inclusive.
/// </para>
/// </remarks>
internal const int FragmentLength = 1016;
internal static readonly int FragmentLength = 1016;
/// <summary>
/// Represents the random number generator used internally.