public void SetPort(int port)
 {
     ServerSocket.Bind(port, 2);
     ServerSocket.AcceptCompleted += ServerSocket_AcceptCompleted;
 }