public void SetSteamID(ulong steamID) { Native.SteamAPI_SteamNetworkingIdentity_SetSteamID64(ref this, steamID); }
public bool Equals(Address other) { return(Native.SteamAPI_SteamNetworkingIPAddr_IsEqualTo(ref this, ref other)); }
public ulong GetSteamID() { return(Native.SteamAPI_SteamNetworkingIdentity_GetSteamID64(ref this)); }
public void SetLocalHost(ushort port) { Native.SteamAPI_SteamNetworkingIPAddr_SetIPv6LocalHost(ref this, port); }