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);
        }