This version of Unity is unsupported.
Method group is Obsolete

NetworkTransport.FinishSendMulticast

Obsolete The UNET transport will be removed in the future as soon a replacement is ready.

Declaration

public static bool FinishSendMulticast(int hostId, out byte error);

Parameters

hostId Host ID associated with this connection (retrieved when calling Networking.NetworkTransport.AddHost).
error Error (can be cast to NetworkError for more information).

Description

Finalizes sending of a message to a group of connections. Only one multicast message at a time is allowed per host.