Exemplo n.º 1
0
 /// <summary>
 /// Close the conection (after all writes in the underlying socket finish)
 /// </summary>
 public void End()
 {
     Socket.End();
 }