DestroySocket() публичный Метод

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
Результат void
Пример #1
0
 protected void DestroySocket([NotNull] SocketBase socket)
 {
     m_ctx.DestroySocket(socket);
 }
Пример #2
0
 protected void DestroySocket(SocketBase socket)
 {
     m_ctx.DestroySocket(socket);
 }