ENet Class Library for C#

ENetApi.address_get_host(ENetAddress, Byte, IntPtr) Method

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

See Also

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