Q17
Which method is used to listen for incoming connection requests in a TCP server using the TcpListener class in C#?
A.
Start()
B.
AcceptTcpClient()
AnswerC.
Listen()
D.
Connect()
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board