Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
júlio
Posts
Comments
C
C#
•
Created by júlio on 5/31/2023 in
#help
❔ CookieContainer and IHttpClientFactory
I would still need a instance of HttpClient per request
75 replies
C
C#
•
Created by júlio on 5/31/2023 in
#help
❔ CookieContainer and IHttpClientFactory
But that will result in the same issue
75 replies
C
C#
•
Created by júlio on 5/31/2023 in
#help
❔ CookieContainer and IHttpClientFactory
it would slow things down a lot
75 replies
C
C#
•
Created by júlio on 5/31/2023 in
#help
❔ CookieContainer and IHttpClientFactory
and even if i implemented some sort of mutex mechanism
75 replies
C
C#
•
Created by júlio on 5/31/2023 in
#help
❔ CookieContainer and IHttpClientFactory
or its not shared but that cant really be easly addressed
75 replies
C
C#
•
Created by júlio on 5/31/2023 in
#help
❔ CookieContainer and IHttpClientFactory
either its shared wich i dont want
75 replies
C
C#
•
Created by júlio on 5/31/2023 in
#help
❔ CookieContainer and IHttpClientFactory
and since the instance would use the cookiecontainer
75 replies
C
C#
•
Created by júlio on 5/31/2023 in
#help
❔ CookieContainer and IHttpClientFactory
becasue i have no way to handle asynchronous use of the same httpclient instance
75 replies
C
C#
•
Created by júlio on 5/31/2023 in
#help
❔ CookieContainer and IHttpClientFactory
i will always need to create a new httpclient
75 replies
C
C#
•
Created by júlio on 5/31/2023 in
#help
❔ CookieContainer and IHttpClientFactory
i think this cant be done
75 replies
C
C#
•
Created by júlio on 5/31/2023 in
#help
❔ CookieContainer and IHttpClientFactory
:P
75 replies
C
C#
•
Created by júlio on 5/31/2023 in
#help
❔ CookieContainer and IHttpClientFactory
I have many links and the configuration of the Factory would be very long
75 replies
C
C#
•
Created by júlio on 5/31/2023 in
#help
❔ CookieContainer and IHttpClientFactory
more of a burden
75 replies
C
C#
•
Created by júlio on 5/31/2023 in
#help
❔ CookieContainer and IHttpClientFactory
not really a issue
75 replies
C
C#
•
Created by júlio on 5/31/2023 in
#help
❔ CookieContainer and IHttpClientFactory
Well
75 replies
C
C#
•
Created by júlio on 5/31/2023 in
#help
❔ CookieContainer and IHttpClientFactory
main issue it that
75 replies
C
C#
•
Created by júlio on 5/31/2023 in
#help
❔ CookieContainer and IHttpClientFactory
I will re read everything then, thank you!
75 replies
C
C#
•
Created by júlio on 5/31/2023 in
#help
❔ CookieContainer and IHttpClientFactory
there must be a way to reuse the mechanism to make the connection (HttpClient), while still managing the rest
75 replies
C
C#
•
Created by júlio on 5/31/2023 in
#help
❔ CookieContainer and IHttpClientFactory
log in, store cookies, do stuff, log out and sipose
75 replies
C
C#
•
Created by júlio on 5/31/2023 in
#help
❔ CookieContainer and IHttpClientFactory
The pattern is simple
75 replies