File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -58,29 +58,6 @@ internal class WebSocketFrame : IEnumerable<byte>
5858
5959 #endregion
6060
61- #region Internal Fields
62-
63- /// <summary>
64- /// Represents the ping frame without the payload data as an array of
65- /// <see cref="byte"/>.
66- /// </summary>
67- /// <remarks>
68- /// The value of this field is created from a non masked ping frame,
69- /// so it can only be used to send a ping from the server.
70- /// </remarks>
71- internal static readonly byte [ ] EmptyPingBytes ;
72-
73- #endregion
74-
75- #region Static Constructor
76-
77- static WebSocketFrame ( )
78- {
79- EmptyPingBytes = CreatePingFrame ( false ) . ToArray ( ) ;
80- }
81-
82- #endregion
83-
8461 #region Private Constructors
8562
8663 private WebSocketFrame ( )
You can’t perform that action at this time.
0 commit comments