Vidyalelo
C# Programming · Q33

Networking in C Sharp

Programming · C# Programming · question 33

Q33

What is the role of the System.Net.Sockets.TcpListener class in C# networking?

A.
To create a UDP client
B.
To send UDP packets
C.
To listen for incoming TCP connections
Answer
D.
To establish a connection to a TCP server

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board