Normal function
1 | public string GetIpAddress(Microsoft.AspNetCore.Http.HttpContext context) |
From AFShin, you can also change this to a get only function and use it like a variable:
1 | public string GetIpAddress => |
Normal function
1 | public string GetIpAddress(Microsoft.AspNetCore.Http.HttpContext context) |
From AFShin, you can also change this to a get only function and use it like a variable:
1 | public string GetIpAddress => |