C# 클래스 WienerLinien.Api.Realtime.EchtzeitdatenSchnittstelle

상속: IEchtzeitdatenSchnittstelle
파일 보기 프로젝트 열기: christophwille/viennarealtime 1 사용 예제들

공개 메소드들

메소드 설명
GetMonitorInformationAsync ( List rblList, IHttpClient client = null ) : Task
GetTrafficInfoListAsync ( ) : Task
InitializeApi ( string apiKey ) : void
ParseMonitorResponse ( string jsonResponse ) : MonitorInformation
ParseTrafficInfoListResponse ( string jsonResponse ) : TrafficInformation

비공개 메소드들

메소드 설명
GenerateVrtNoCacheParameterValue ( ) : string
ToLocalTime ( string jsonDatetime ) : DateTime?

메소드 상세

GetMonitorInformationAsync() 공개 메소드

public GetMonitorInformationAsync ( List rblList, IHttpClient client = null ) : Task
rblList List
client IHttpClient
리턴 Task

GetTrafficInfoListAsync() 공개 메소드

public GetTrafficInfoListAsync ( ) : Task
리턴 Task

InitializeApi() 공개 메소드

public InitializeApi ( string apiKey ) : void
apiKey string
리턴 void

ParseMonitorResponse() 공개 메소드

public ParseMonitorResponse ( string jsonResponse ) : MonitorInformation
jsonResponse string
리턴 MonitorInformation

ParseTrafficInfoListResponse() 공개 메소드

public ParseTrafficInfoListResponse ( string jsonResponse ) : TrafficInformation
jsonResponse string
리턴 TrafficInformation