Overload List

  Name Description
Public method EndAccept(IAsyncResult)
Asynchronously accepts an incoming connection attempt and creates a new Socket to handle remote host communication.
(Inherited from Socket.)
Public method EndAccept(array<Byte>[]()[][]%, IAsyncResult)
Asynchronously accepts an incoming connection attempt and creates a new Socket object to handle remote host communication. This method returns a buffer that contains the initial data transferred.
(Inherited from Socket.)
Public method EndAccept(array<Byte>[]()[][]%, Int32%, IAsyncResult)
Asynchronously accepts an incoming connection attempt and creates a new Socket object to handle remote host communication. This method returns a buffer that contains the initial data and the number of bytes transferred.
(Inherited from Socket.)

See Also