ENet Class Library for C#

ENetApi.enet_address_get_host(ENetAddress, Byte, IntPtr) Method

[Visual Basic]
Public Overloads Shared Sub enet_address_get_host( _
   ByRef address As ENetAddress, _
   ByVal hostName As Byte, _
   ByVal nameLength As IntPtr _
)
[C#]
public static int enet_address_get_host(
   ref ENetAddress address,
   byte[] hostName,
   IntPtr nameLength
);

See Also

ENetApi Class | ENet.Native Namespace | ENetApi.enet_address_get_host Overload List