SocketAsyncEventArgs.AcceptSocket Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the socket to use or the socket created for accepting a connection with an asynchronous socket method.
Assembly: System.Net (in System.Net.dll)
Property Value
Type: System.Net.Sockets.SocketThe Socket to use or the socket created for accepting a connection with an asynchronous socket method.
Show: