Example #1
0
 public static string SendNetworkTableJSON(HttpListenerRequest request)
 {
     return(NetworkUtil.ConvertTableToJSON());
 }