[Modify] Move it

This commit is contained in:
sta 2021-03-25 19:38:09 +09:00
parent 177323e1da
commit 4ccf6358d0

View File

@ -75,18 +75,14 @@ namespace WebSocketSharp.Net
#endregion #endregion
#region Internal Properties #region Public Properties
internal WebHeaderCollection Headers { public WebHeaderCollection Headers {
get { get {
return _headers; return _headers;
} }
} }
#endregion
#region Public Properties
public bool WantsMore { public bool WantsMore {
get { get {
return _state < InputChunkState.End; return _state < InputChunkState.End;