ENet Class Library for C#

ENetApi.enet_host_channel_limit Method

[Visual Basic]
Public Shared Sub enet_host_channel_limit( _
   ByVal host As ENetHost*, _
   ByVal channelLimit As IntPtr _
)
[C#]
public static void enet_host_channel_limit(
   ENetHost* host,
   IntPtr channelLimit
);

See Also

ENetApi Class | ENet.Native Namespace