C# 클래스 Com.Aurora.Shared.Helpers.CaiyunRequestHelper

파일 보기 프로젝트 열기: aurora-lzzp/Aurora-Weather

공개 메소드들

메소드 설명
RequestForecastWithKeyAsync ( float lon, float lat, string key ) : Task
RequestNowWithKeyAsync ( float lon, float lat, string key ) : Task

메소드 상세

RequestForecastWithKeyAsync() 공개 정적인 메소드

public static RequestForecastWithKeyAsync ( float lon, float lat, string key ) : Task
lon float
lat float
key string
리턴 Task

RequestNowWithKeyAsync() 공개 정적인 메소드

public static RequestNowWithKeyAsync ( float lon, float lat, string key ) : Task
lon float
lat float
key string
리턴 Task