I've tried 1.9.0 and got the following exceptions when switch platform from PC to Web Player:
Assets/TNet/Common/TNTools.cs(11,18): error CS0234: The type or namespace name `NetworkInformation' does not exist in the namespace `System.Net'. Are you missing an assembly reference?
Assets/TNet/Common/TNTools.cs(65,21): error CS0246: The type or namespace name `NetworkInterface' could not be found. Are you missing a using directive or an assembly reference?
Assets/TNet/Common/TNTools.cs(71,28): error CS0246: The type or namespace name `NetworkInterface' could not be found. Are you missing a using directive or an assembly reference?
Assets/TNet/Common/TNTools.cs(11,18): error CS0234: The type or namespace name `NetworkInformation' does not exist in the namespace `System.Net'. Are you missing an assembly reference?