IHttpClientTimeout
NexusLabs.Needlr.Generators¶
IHttpClientTimeout Interface¶
Capability interface declaring that a named HttpClient options type
configures System.Net.Http.HttpClient.Timeout. When implemented,
the source generator emits client.Timeout = options.Timeout; into the
generated AddHttpClient callback.
Derived
↳ IStandardHttpClientOptions
Properties¶
IHttpClientTimeout.Timeout Property¶
Gets the per-request timeout applied to the generated HttpClient.