示例#1
0
 public static string GetRemoteIPAddress([NotNull] this HttpContext context)
 {
     return(context.ArgumentNotNull().Connection.RemoteIpAddress.ToString());
 }