// Assembly: Facepunch.Steamworks.Posix
// Full name: Steamworks.Data.NetAddress

namespace Steamworks.Data
{
public class NetAddress // TypeDefIndex: 11964
{
	// Fields
	type#32586 ip;
	type#27903 port;

	// Methods
	// RVA: -1
	internal static type#28660 InternalClear(type#12026 self) { }
	// RVA: -1
	internal static type#28660 InternalSetIPv4(type#12026 self, type#27917 nIP, type#27901 nPort) { }
	// RVA: -1
	internal static type#28660 InternalToString(type#12026 self, type#20925 buf, type#27917 cbBuf, type#15336 bWithPort) { }
	// RVA: -1
	public static type#23373 From(type#20370 address, type#27901 port) { }
	// RVA: -1
	public static type#23373 get_Cleared() { }
	// RVA: -1
	public virtual type#26576 ToString() { }
}
}
