SummerBestWebForm2/ClassObj/IPAddressService.cs

9 lines
184 B
C#
Raw Permalink Normal View History

2025-05-30 03:58:16 -04:00
namespace SummerBestWebForm2.ClassObj;
public class IPAddressService
{
public const string TokenName = "IPAddress";
public string RemoteIpAddress { get; set; } = "Not Set";
}