C# Class AbstractedSheep.ShuttleTrackerService.JsonHelper

Afficher le fichier Open project: AbstractedSheep/Shuttle-Tracker

Méthodes publiques

Méthode Description
ParseNetlink ( string url ) : Netlink

Parses the Netlink JSON from a given URL.

Method Details

ParseNetlink() public static méthode

Parses the Netlink JSON from a given URL.
public static ParseNetlink ( string url ) : Netlink
url string The URL pointing to the Netlink JSON file.
Résultat AbstractedSheep.ShuttleTrackerWorld.Netlink