PRN221_-_SU_2024_-_Block_5_-_FE_2668.webp
pure_pearl

PRN221_-_SU_2024_-_Block_5_-_FE_2668.webp

Kizspy | Question: 4 (Choose 1 answer)
The JavaScript client for SignalR can be configured to automatically reconnect using the withAutomaticReconnect method on HubConnectionBuilder. Choose the correct option for making automatically reconnect.
A. const connection = new signalR.HubConnectionBuilder().withUrl("/chathub").withAutomaticReconnect().build();
B. const connection = new signalR.HubConnectionBuilder().withUrl("/chathub").build()withAutomaticReconnect();
C. const connection = new signalR.HubConnectionBuilder().withAutomaticReconnect().withUrl("/chathub").build();
D. const connection = new signalR.HubConnectionBuilder().withUrl("/chathub").withAutomaticReconnect();
.create();
FUOVER

Thông tin

Category
PRN221
Thêm bởi
pure_pearl
Ngày thêm
Lượt xem
2,192
Lượt bình luận
6
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom