BikeshareClient.Client.Client C# (CSharp) 메소드

Client() 공개 메소드

public Client ( string gbfsBaseUrl, HttpClient httpClient = null ) : System.Collections.Generic
gbfsBaseUrl string
httpClient HttpClient
리턴 System.Collections.Generic
        public Client(string gbfsBaseUrl, HttpClient httpClient = null)
        {
            _bikeShareDataProvider = new BikeShareDataProvider(gbfsBaseUrl, httpClient);
        }