We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ec05b commit ea18090Copy full SHA for ea18090
src/NSwag.CodeGeneration/CodeGenerators/CSharp/SwaggerToCSharpClientGeneratorSettings.cs
@@ -20,7 +20,7 @@ public SwaggerToCSharpClientGeneratorSettings()
20
/// <summary>Gets or sets the full name of the base class.</summary>
21
public string ClientBaseClass { get; set; }
22
23
- /// <summary>Gets or sets a value indicating whether to call CreateHttpClientAsync on the base class to create a new HttpClient.</summary>
+ /// <summary>Gets or sets a value indicating whether to call CreateHttpClientAsync on the base class to create a new HttpClient instance.</summary>
24
public bool UseHttpClientCreationMethod { get; set; }
25
}
26
-}
+}
0 commit comments