[Modify] Remove it

This commit is contained in:
sta 2021-03-23 19:50:16 +09:00
parent 511927c194
commit 67d973d02a

View File

@ -83,20 +83,6 @@ namespace WebSocketSharp.Net
#endregion
#region Internal Properties
internal ChunkStream Decoder {
get {
return _decoder;
}
set {
_decoder = value;
}
}
#endregion
#region Private Methods
private void onRead (IAsyncResult asyncResult)