This version of Unity is unsupported.
Removed

BitStream.isReading

Obsolete The legacy networking system has been removed in Unity 2018.2. Use Unity Multiplayer and NetworkIdentity instead. public bool isReading;

Description

Is the BitStream currently being read? (Read Only)

See Also: Network.OnSerializeNetworkView, isWriting.