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);
 }