[Modify] Move it
This commit is contained in:
parent
177323e1da
commit
4ccf6358d0
@ -75,18 +75,14 @@ namespace WebSocketSharp.Net
|
||||
|
||||
#endregion
|
||||
|
||||
#region Internal Properties
|
||||
#region Public Properties
|
||||
|
||||
internal WebHeaderCollection Headers {
|
||||
public WebHeaderCollection Headers {
|
||||
get {
|
||||
return _headers;
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Public Properties
|
||||
|
||||
public bool WantsMore {
|
||||
get {
|
||||
return _state < InputChunkState.End;
|
||||
|
Loading…
Reference in New Issue
Block a user