Steamworks.NativeMethods.ISteamGameServerUtils_GetCSERIPPort C# (CSharp) Method

ISteamGameServerUtils_GetCSERIPPort() private method

private ISteamGameServerUtils_GetCSERIPPort ( uint &unIP, ushort &usPort ) : bool
unIP uint
usPort ushort
return bool
		public static extern bool ISteamGameServerUtils_GetCSERIPPort(out uint unIP, out ushort usPort);
NativeMethods