This version of Unity is unsupported.
Method group is Obsolete

NetworkConnection.FlushChannels

Obsolete The high level API classes are deprecated and will be removed in the future.

Declaration

public void FlushChannels();

Description

This causes the channels of the network connection to flush their data to the transport layer.

This is called automatically by connections used by NetworkServer and NetworkClient, but can be called manually for connections used in other contexts.