Overload List

  Name Description
Public method BeginAccept(AsyncCallback, Object)
Begins an asynchronous operation to accept an incoming connection attempt.
(Inherited from Socket.)
Public method BeginAccept(Int32, AsyncCallback, Object)
Begins an asynchronous operation to accept an incoming connection attempt and receives the first block of data sent by the client application.
(Inherited from Socket.)
Public method BeginAccept(Socket, Int32, AsyncCallback, Object)
Begins an asynchronous operation to accept an incoming connection attempt from a specified socket and receives the first block of data sent by the client application.
(Inherited from Socket.)

See Also