DestroySocket() public method

Destroy the given socket - which means to remove it from the list of active sockets, and add it to the list of unused sockets to be terminated.
If this was the last socket, then stop the reaper.
public DestroySocket ( [ socket ) : void
socket [ the socket to destroy
return void
Esempio n. 1
0
 protected void DestroySocket([NotNull] SocketBase socket)
 {
     m_ctx.DestroySocket(socket);
 }
Esempio n. 2
0
 protected void DestroySocket(SocketBase socket)
 {
     m_ctx.DestroySocket(socket);
 }