-
see AddressBinder.BindAsync(...) It seems var strategy = CreateStrategy(
context.ServerOptions.ListenOptions.ToArray(),
context.Addresses.ToArray(),
context.ServerAddressesFeature.PreferHostingUrls); |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
-
I think it is technically redundant given how it's currently used, but it's an internal API. Having the listenOptions as a separate parameter does make AddressBinder.BindAsync more flexible even if nothing is taking advantage of that flexibility. |
Beta Was this translation helpful? Give feedback.
-
Thanks! |
Beta Was this translation helpful? Give feedback.
I think it is technically redundant given how it's currently used, but it's an internal API. Having the listenOptions as a separate parameter does make AddressBinder.BindAsync more flexible even if nothing is taking advantage of that flexibility.