Method group is Obsolete

NetworkServer.networkConnectionClass

切换到手册
Obsolete public static Type networkConnectionClass ;

描述

创建新网络连接时要使用的类。

该类可以通过 SetNetworkConnectionClass 进行设置。这允许对来自传输层的数据进行特殊处理的自定义类与 NetworkServer 一起使用。

有关详细信息,请参阅 NetworkConnection.TransportSend 和 NetworkConnection.TransportReceive。