Steamworks.NativeMethods.ISteamUtils_GetCSERIPPort C# (CSharp) Method

ISteamUtils_GetCSERIPPort() private method

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