[Modify] Remove it
This commit is contained in:
@@ -87,12 +87,6 @@ namespace WebSocketSharp.Net
|
|||||||
|
|
||||||
#region Public Properties
|
#region Public Properties
|
||||||
|
|
||||||
public int ChunkLeft {
|
|
||||||
get {
|
|
||||||
return _chunkSize - _chunkRead;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public bool WantMore {
|
public bool WantMore {
|
||||||
get {
|
get {
|
||||||
return _state != InputChunkState.End;
|
return _state != InputChunkState.End;
|
||||||
|
Reference in New Issue
Block a user