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