IO.Swagger.Client.ApiClient.ApiClient C# (CSharp) 메소드

ApiClient() 공개 메소드

Initializes a new instance of the ApiClient class.
public ApiClient ( String basePath = "http://petstore.swagger.io/v2" ) : System
basePath String The base path.
리턴 System
        public ApiClient(String basePath="http://petstore.swagger.io/v2")
        {
            BasePath = basePath;
            RestClient = new RestClient(BasePath);
        }