Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Socket::EndAccept Method

 

Asynchronously accepts an incoming connection attempt.

Namespace:   System.Net.Sockets
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodEndAccept(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.

System_CAPS_pubmethodEndAccept(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.

System_CAPS_pubmethodEndAccept(IAsyncResult^)

Asynchronously accepts an incoming connection attempt and creates a new Socket to handle remote host communication.

Return to top
Show:
© 2017 Microsoft