-
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.
Answered by
halter73
Aug 19, 2020
Replies: 3 comments
-
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.
0 replies
Answer selected by
wu-yafeng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.