Method | Description | |
---|---|---|
GetMonitorInformationAsync ( List |
||
GetTrafficInfoListAsync ( ) : Task |
||
InitializeApi ( string apiKey ) : void | ||
ParseMonitorResponse ( string jsonResponse ) : MonitorInformation | ||
ParseTrafficInfoListResponse ( string jsonResponse ) : TrafficInformation |
Method | Description | |
---|---|---|
GenerateVrtNoCacheParameterValue ( ) : string | ||
ToLocalTime ( string jsonDatetime ) : DateTime? |
public GetMonitorInformationAsync ( List |
||
rblList | List |
|
client | IHttpClient | |
return | Task |
public InitializeApi ( string apiKey ) : void | ||
apiKey | string | |
return | void |
public ParseMonitorResponse ( string jsonResponse ) : MonitorInformation | ||
jsonResponse | string | |
return | MonitorInformation |
public ParseTrafficInfoListResponse ( string jsonResponse ) : TrafficInformation | ||
jsonResponse | string | |
return | TrafficInformation |