Skip to content

Commit 5bbe1fa

Browse files
committed
Merge branch 'FragmentLength-Property'
2 parents a4a3f79 + 736d55b commit 5bbe1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websocket-sharp/WebSocket.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public class WebSocket : IDisposable
141141
/// <c>Int32.MaxValue - 14</c> inclusive.
142142
/// </para>
143143
/// </remarks>
144-
internal static readonly int FragmentLength;
144+
public static int FragmentLength { get; set; }
145145

146146
/// <summary>
147147
/// Represents the random number generator used internally.

0 commit comments

Comments
 (0)