Skip to content

SwaggerToCSharpClientGeneratorSettings

Rico Suter edited this page Sep 12, 2016 · 3 revisions

Inherits SwaggerToCSharpGeneratorSettings

Properties:

  • ClientBaseClass: Full name of the base class
  • ConfigurationClass: Specifies the name of the configuration class (see below, requires setting the ClientBaseClass)
  • UseHttpClientCreationMethod: Indicates whether to call CreateHttpClientAsync on the base class to create a new HttpClient instance.

Clone this wiki locally