What is Socket Class?

Submitted by: Administrator
The Socket class provides enriched methods and properties for network communications. It allows both synchronous and asynchronous data transfer. Shutdown method should be used to end the Socket once the data transfer is complete. Using SetSocketOption the socket can be configured.
Declaration:

Public Class Socket _
Implements IDisposable
Submitted by: Administrator

Read Online Secured Socket Layer (SSL) Job Interview Questions And Answers